mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-28 17:35:45 +01:00
Fixed :!echo $PATH
This commit is contained in:
@@ -715,7 +715,7 @@ lookup:
|
|||||||
{
|
{
|
||||||
liberator.echomsg("Calling shell to execute: " + command, 4);
|
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 stdoutFile = ioManager.createTempFile();
|
||||||
let stderrFile = ioManager.createTempFile();
|
let stderrFile = ioManager.createTempFile();
|
||||||
|
|||||||
Reference in New Issue
Block a user