e: exec configure to preserve return code

SVN revision: 78724
This commit is contained in:
Lucas De Marchi 2012-10-31 20:41:01 +00:00
parent c8ac56c2f4
commit 1e3ac4150c
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
autoreconf --symlink --install -Wno-portability autoreconf --symlink --install -Wno-portability
if [ -z "$NOCONFIGURE" ]; then if [ -z "$NOCONFIGURE" ]; then
./configure -C "$@" exec ./configure -C "$@"
fi fi