fix graceful exit

This commit is contained in:
Anatol Belski
2016-11-28 17:28:42 +01:00
parent a4ab6b98d8
commit b693b485b7
+1 -1
View File
@@ -48,7 +48,7 @@ if "%TASK%" neq "" (
exit /b
) else (
echo could not find the task file
exit 3
exit /b 3
)
)