Skip to content

Commit

Permalink
Remove .exe
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Aug 15, 2021
1 parent 2530a98 commit 63ad622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yii.bat
Original file line number Diff line number Diff line change
@@ -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 63ad622

Please sign in to comment.