edbus: exec configure in the end to preserve return code

SVN revision: 78803
This commit is contained in:
Lucas De Marchi 2012-11-01 16:41:17 +00:00
parent dfd2bd0204
commit 20ec8868e6
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
autoreconf -f -i
if [ -z "$NOCONFIGURE" ]; then
./configure "$@"
exec ./configure "$@"
fi