From aa1d0fc6a53ed1b8769f6428a9f50bea1945a649 Mon Sep 17 00:00:00 2001 From: BlackEagle Date: Sun, 14 May 2017 17:56:22 +0200 Subject: [PATCH] automake.sh :: use set -e instead of the whole series to make script work in all posix shells Signed-off-by: BlackEagle --- automake.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/automake.sh b/automake.sh index 45c06e7b..59d7c0dd 100755 --- a/automake.sh +++ b/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