1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 06:42:27 +01:00

Pay no attention to the man behind the curtain.

This commit is contained in:
Kris Maglione
2008-12-11 18:36:30 -05:00
parent 778672f6ae
commit 71ae1b91f6

View File

@@ -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, "\\$&") + '"';
let stdoutFile = ioManager.createTempFile();
let stderrFile = ioManager.createTempFile();