factor.cmd: Remove "call", not needed. Change line endings to unix

db4
Doug Coleman 2015-08-05 09:38:25 -07:00
parent aa8a5ac153
commit 86d0ffca84
1 changed files with 96 additions and 96 deletions

View File

@ -29,7 +29,7 @@ if not errorlevel 1 (
: Fun syntax : Fun syntax
for /f %%x in ('git describe --all') do set GIT_DESCRIBE=%%x for /f %%x in ('git describe --all') do set GIT_DESCRIBE=%%x
for /f %%y in ('git rev-parse HEAD') do call set GIT_ID=%%y for /f %%y in ('git rev-parse HEAD') do set GIT_ID=%%y
set git_label=%GIT_DESCRIBE%-%GIT_ID% set git_label=%GIT_DESCRIBE%-%GIT_ID%
set version=0.98 set version=0.98