From aba97d0ab21c72cc7737004c456872bde7ea01f5 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sat, 14 Aug 2010 18:54:12 -0400 Subject: [PATCH] Applying patch from 'Mark Mitchell' to fix auto exiting of cake.bat. Fixes #992 --- cake/console/cake.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/console/cake.bat b/cake/console/cake.bat index 420de37f3..7e35cfcb9 100644 --- a/cake/console/cake.bat +++ b/cake/console/cake.bat @@ -30,4 +30,4 @@ php -q "%lib%cake.php" -working "%CD%" %* echo. -@exit %ERRORLEVEL% \ No newline at end of file +exit /B %ERRORLEVEL% \ No newline at end of file