diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,8 @@ | |||
4 | dothis() { | 4 | dothis() { |
5 | echo "Executing: $*" | 5 | echo "Executing: $*" |
6 | echo | 6 | echo |
7 | if ! $* ;then | 7 | $* |
8 | if [ $? -ne 0 ]; then | ||
8 | echo -e '\n ERROR: Carefully read the error message and' | 9 | echo -e '\n ERROR: Carefully read the error message and' |
9 | echo ' try to figure out what went wrong.' | 10 | echo ' try to figure out what went wrong.' |
10 | exit 1 | 11 | exit 1 |