Return error code zero if --version option is specified to match other system tools

This commit is contained in:
Jason Perkins 2015-02-22 10:18:07 -05:00
parent 08c9a93e2b
commit 87762818f3

View File

@ -82,7 +82,7 @@
if (_OPTIONS["version"]) then
printf(versionhelp, _PREMAKE_VERSION)
return 1
return 0
end
if (_OPTIONS["help"]) then