appveyor: fix version check

This commit is contained in:
Jacek Sieka 2018-09-06 12:00:11 -06:00
parent ca88e0bfde
commit f2877b79a5
No known key found for this signature in database
GPG Key ID: 6299FEB3EB6FA465
1 changed files with 4 additions and 5 deletions

View File

@ -55,8 +55,7 @@ install:
) ELSE (
( CD Nim ) &
( git rev-parse HEAD > ..\\cur_ver.txt ) &
( fc ver.txt ..\\cur_ver.txt > nul ) &
( IF NOT ERRORLEVEL == 0 SET NEED_REBUILD=1 ) &
( fc ver.txt ..\\cur_ver.txt || SET NEED_REBUILD=1 ) &
( cd .. )
)