aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorKarlson2k <k2k@narod.ru>2013-11-01 17:38:24 +0400
committerKarlson2k <k2k@narod.ru>2013-11-01 17:38:24 +0400
commit17f6b89ccee19fa5a1c61b879879dc3d5dadfa23 (patch)
treedffddf100d375be1cfb0147ce1309366235a66bb /project
parentb163219df12ca8d08b42f38ad952ae2db99848dd (diff)
[win32] explicitly set zero exit code on success
Diffstat (limited to 'project')
-rw-r--r--project/BuildDependencies/DownloadBuildDeps.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/BuildDependencies/DownloadBuildDeps.bat b/project/BuildDependencies/DownloadBuildDeps.bat
index de1832728f..ed76ec7dc0 100644
--- a/project/BuildDependencies/DownloadBuildDeps.bat
+++ b/project/BuildDependencies/DownloadBuildDeps.bat
@@ -44,3 +44,4 @@ IF NOT EXIST %FORMED_OK_FLAG% (
cd %CUR_PATH%
rmdir %TMP_PATH% /S /Q
+EXIT /B 0