fix the 7z check

This commit is contained in:
Slava Kim
2015-02-04 19:15:39 -08:00
parent 152b9576a2
commit 367edfc60e

View File

@@ -3,7 +3,7 @@
rem only if we are running from a checkout
IF EXIST "%~dp0\.git" (
rem verify that we have 7zip in the path
7z.exe --help > con
7z.exe --help > nul
IF errorlevel 1 (
echo "Please install 7z.exe (7-Zip) and put it into your PATH"
exit 1