Skip to content

Commit

Permalink
fix the 7z check
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava committed Feb 5, 2015
1 parent 152b957 commit 367edfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 367edfc

Please sign in to comment.