1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

github: Use correct comment characters in build_simulators.cmd

This commit is contained in:
Mark Pizzolato
2022-12-03 19:50:43 -10:00
parent f84babf568
commit 63372c4cb1
2 changed files with 3 additions and 3 deletions

View File

@@ -4,11 +4,11 @@
::
pushd ~p0
cd ..
# First build all the simulators
:: First build all the simulators
call build_vstudio.bat
if errorlevel 1 goto Done
cd "Visual Studio Projects"
# determine the zip file name
:: determine the zip file name
for /F "usebackq tokens=2" %%i in (`findstr /C:SIM_GIT_COMMIT_ID .git-commit-id`) do set GIT_COMMIT_ID=%%i
for /F "usebackq tokens=2" %%i in (`findstr /C:SIM_GIT_COMMIT_TIME .git-commit-id`) do set GIT_COMMIT_TIME=%%i
for /F "tokens=1 delims=-T" %%i in ("%GIT_COMMIT_TIME%") do set D_YYYY=%%i