10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 11:25:26 +02:00

Subshell in configure

This commit is contained in:
Anthony Scemama 2019-01-15 23:47:03 +01:00
parent b4ba8e155f
commit 5b5b0990e1

2
configure vendored
View File

@ -54,7 +54,7 @@ function execute () {
sleep 1 sleep 1
echo "" echo ""
printf "\e[0;94m" printf "\e[0;94m"
eval "set -x ; $_command set +x" || exit -1 ( eval "set -x ; $_command set +x" ) || exit -1
printf "\e[m" printf "\e[m"
echo "" echo ""
} }