We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc32b7 commit ae92d1cCopy full SHA for ae92d1c
src/Command.php
@@ -159,7 +159,7 @@ public function setCommand($command)
159
160
// Absolute path. If it's a relative path, let it slide.
161
if ($position) {
162
- $command = sprintf($command[$position - 1].':\;cd %s && %s', escapeshellarg(dirname($command)), basename($command));
+ $command = sprintf($command[$position - 1].': && cd %s && %s', dirname($command), basename($command));
163
}
164
165
$this->_command = $command;
0 commit comments