Skip to content

Commit ac73ca6

Browse files
ralphschindlerdsp
authored andcommitted
1 parent 0c11cab commit ac73ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build/mkdist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ function make_phar_dot_phar($dist_dir)
443443
$phar->setStub(implode('', $stub));
444444

445445
echo "Creating phar.phar.bat\n";
446-
file_put_contents($dist_dir . '/phar.phar.bat', "%~dp0php.exe %~dp0pharcommand.phar %*\r\n");
446+
file_put_contents($dist_dir . '/phar.phar.bat', "\"%~dp0php.exe\" \"%~dp0pharcommand.phar\" %*\r\n");
447447
}
448448

449449
if (!is_dir($test_dir)) {

0 commit comments

Comments
 (0)