configure: Let shell deal with errexit and xtrace

Change-Id: I9ae6d6003885607d2300d4d84e8629d7891420db
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Tor Arne Vestbø
2021-03-16 16:13:48 +01:00
parent c1f24b99db
commit eaed67d307

7
configure vendored
View File

@@ -35,10 +35,9 @@ if [ ! -e "$configure" ]; then
exit 1
fi
mkdir -p qtbase || exit
set -ex
echo "+ cd qtbase"
cd qtbase || exit
mkdir -p qtbase
cd qtbase
echo "+ $configure -top-level $@"
exec "$configure" -top-level "$@"