Skip to content

Commit c76dc41

Browse files
committed
Lift exit out of the subshell so it really exits
1 parent 8927c70 commit c76dc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mktarball

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ then
2020
grep -q AX_ configure.ac && (grep -q m4_include configure.ac || aclocal)
2121
grep -q AH_ configure.ac && autoheader
2222
MAKEFLAGS= MAKELEVEL= MAKEOVERRIDES= autoconf --warnings=all
23-
egrep '^[^#]*[[:<:]]A[A-Z]_[A-Z_]*' configure && exit 1
2423
rm -rf autom4te.cache config.mk)
24+
egrep '^[^#]*[[:<:]]A[A-Z]_[A-Z_]*' $projver/configure && exit 1
2525
fi
2626
rm -f $projver$tarsuffix.tar.bz2
2727
tar cjf $projver$tarsuffix.tar.bz2 $projver

0 commit comments

Comments
 (0)