Skip to content

Commit

Permalink
Lift exit out of the subshell so it really exits
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarshall committed Jan 30, 2017
1 parent 8927c70 commit c76dc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mktarball
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ then
grep -q AX_ configure.ac && (grep -q m4_include configure.ac || aclocal)
grep -q AH_ configure.ac && autoheader
MAKEFLAGS= MAKELEVEL= MAKEOVERRIDES= autoconf --warnings=all
egrep '^[^#]*[[:<:]]A[A-Z]_[A-Z_]*' configure && exit 1
rm -rf autom4te.cache config.mk)
egrep '^[^#]*[[:<:]]A[A-Z]_[A-Z_]*' $projver/configure && exit 1
fi
rm -f $projver$tarsuffix.tar.bz2
tar cjf $projver$tarsuffix.tar.bz2 $projver
Expand Down

0 comments on commit c76dc41

Please sign in to comment.