diff --git a/src/App.php b/src/App.php index 4d46e1604..49c85abec 100644 --- a/src/App.php +++ b/src/App.php @@ -1128,7 +1128,7 @@ class App return; } - $cmdline = $this->getConfigValue('config', 'php_path', 'php') . $command; + $cmdline = $this->getConfigValue('config', 'php_path', 'php') . ' ' . $command; foreach ($args as $key => $value) { if (!is_null($value) && is_bool($value) && !$value) {