Skip to content

Commit

Permalink
automake.sh :: use set -e instead of the whole series to make script …
Browse files Browse the repository at this point in the history
…work in all posix shells

Signed-off-by: BlackEagle <ike.devolder@gmail.com>
  • Loading branch information
BlackIkeEagle committed May 14, 2017
1 parent 82f163c commit aa1d0fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions automake.sh
@@ -1,8 +1,6 @@
#!/bin/sh

set -o errexit
set -o pipefail
set -o nounset
set -e

aclocal
automake --warnings=all --add-missing
Expand Down

0 comments on commit aa1d0fc

Please sign in to comment.