Skip to content

Commit

Permalink
Merge pull request surge-synthesizer#494 from baconpaul/linux-build-help
Browse files Browse the repository at this point in the history
Correct the help show branch.
  • Loading branch information
baconpaul authored Feb 4, 2019
2 parents 2033ce2 + e9323fc commit b5e781e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Usage: $0 [options] <command>
Commands:
help Show this message
premake Run premake only
build Run the builds without cleans
Expand Down Expand Up @@ -176,7 +175,7 @@ while true ; do
esac
done

if [[ ! -z "$OPTION_verbose" ]]; then
if [[ ! -z "$OPTION_help" ]]; then
help_message
exit 0
fi
Expand Down

0 comments on commit b5e781e

Please sign in to comment.