Closed dancek closed 7 years ago
The configure script uses set -o pipefail which is a bash feature. The shebang should be changed.
configure
set -o pipefail
yep, you're right. thanks.
The
configure
script usesset -o pipefail
which is a bash feature. The shebang should be changed.