Skip to content

Commit

Permalink
build: make bootstrap script fail properly on failure
Browse files Browse the repository at this point in the history
If the first command in the bootstrap script fails, exit with non-zero
exit status instead of silently continuing to the next command.
  • Loading branch information
anssih committed May 9, 2014
1 parent 0ca9028 commit d3de25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
@@ -1,3 +1,3 @@
#!/bin/sh
BOOTSTRAP_STANDALONE=1 make -f bootstrap.mk
BOOTSTRAP_STANDALONE=1 make -f bootstrap.mk &&
BOOTSTRAP_STANDALONE=1 make -f codegenerator.mk

0 comments on commit d3de25a

Please sign in to comment.