diff --git a/common/content/commands.js b/common/content/commands.js index 8abb7531..1efb5723 100644 --- a/common/content/commands.js +++ b/common/content/commands.js @@ -1214,7 +1214,7 @@ var Commands = Module("commands", { }, quote: function quote(str) Commands.quoteArg[ - /[\b\f\n\r\t]/.test(str) ? "'" : + /[\b\f\n\r\t]/.test(str) ? '"' : /[\s"'\\]|^$|^-/.test(str) ? "'" : ""](str) }, {