diff --git a/index.js b/index.js index eb7a9ca..ea1b087 100644 --- a/index.js +++ b/index.js @@ -16,6 +16,8 @@ function Attempt(instance, end) { command.push('-n'); // Preserve user environment: command.push('-E'); + // Stop parsing command options: + command.push('--'); command.push(instance.command); command = command.join(' '); Node.child.exec(command,