mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-04-28 03:43:04 +00:00
Applying patch from 'Mark Mitchell' to fix auto exiting of cake.bat. Fixes #992
This commit is contained in:
parent
1b41a987fa
commit
aba97d0ab2
1 changed files with 1 additions and 1 deletions
|
@ -30,4 +30,4 @@ php -q "%lib%cake.php" -working "%CD%" %*
|
||||||
|
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
@exit %ERRORLEVEL%
|
exit /B %ERRORLEVEL%
|
Loading…
Add table
Reference in a new issue