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.

Former-commit-id: 0e9cfc26d9e74dbcdb122c871169b22e40b072e3 [formerly b5e781e]
Former-commit-id: 5cfafd399182e03e2f23ea2ce66d3d1990998281
Former-commit-id: a8fa08c1fae5ddb9f95d68010391f9f7a3bf8206
  • Loading branch information
baconpaul authored Feb 4, 2019
2 parents d838fea + 8349303 commit 748163d
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 748163d

Please sign in to comment.