mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 05:44:11 +01:00
Fixed :!echo $PATH
This commit is contained in:
@@ -715,7 +715,7 @@ lookup:
|
||||
{
|
||||
liberator.echomsg("Calling shell to execute: " + command, 4);
|
||||
|
||||
function escape(str) '"' + str.replace(/[\\"$]/g, "\\$1") + '"';
|
||||
function escape(str) '"' + str.replace(/([\\"$])/g, "\\$1") + '"';
|
||||
|
||||
let stdoutFile = ioManager.createTempFile();
|
||||
let stderrFile = ioManager.createTempFile();
|
||||
|
||||
Reference in New Issue
Block a user