Skip to content

Commit e8a3293

Browse files
author
Flavius12
committed
Fixed Windows batch script
1 parent be94027 commit e8a3293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phartools.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set PHP_PATH=%~dp0\bin\php\php.exe
55

66
if exist "%PHP_PATH%" (
7-
"%PHP_PATH%" %~dp0\phartools.php %*
7+
"%PHP_PATH%" "%~dp0\phartools.php" %*
88
) else (
99
echo PHP Executable not found. Please set the right PHP path.
1010
)

0 commit comments

Comments
 (0)