Skip to content

Commit

Permalink
Fix php command for windows (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Apr 12, 2021
1 parent 6b0db45 commit 5ce00ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yii.bat
@@ -1,6 +1,6 @@
@echo off
@setlocal
set YII_PATH=%~dp0
if "%PHP_COMMAND%" == "" set PHP_COMMAND=php.exe
if "%PHP_COMMAND%" == "" set PHP_COMMAND=php
"%PHP_COMMAND%" "%YII_PATH%yii" %*
@endlocal

0 comments on commit 5ce00ec

Please sign in to comment.