Skip to content

Commit

Permalink
Update vcbuild.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
avivkeller authored May 20, 2024
1 parent 12a50bc commit b3c2d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endlocal

set "arg=%1"
if /i "%arg:~-1%"=="?" goto help
if /i "%arg%"=="help" goto help
if /i "%arg:~-4%"=="help" goto help

cd %~dp0

Expand Down

0 comments on commit b3c2d70

Please sign in to comment.