Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'update_version.bat')
-rwxr-xr-xupdate_version.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_version.bat b/update_version.bat
index 9a6651385..ba64493ed 100755
--- a/update_version.bat
+++ b/update_version.bat
@@ -33,7 +33,7 @@ IF %ERRORLEVEL% NEQ 0 GOTO MissingVar
CALL "%COMMON%" :SubDoesExist bash.exe
IF %ERRORLEVEL% NEQ 0 GOTO MissingVar
-bash.exe ./version.sh
+bash.exe ./version.sh %*
:END