Merge pull request #5038

0b17964 Bugfix: Replace bashisms with standard sh in tests/tools (Luke Dashjr)
ab72068 Bugfix: Replace bashisms with standard sh in gitian descriptors (Luke Dashjr)
b77b4ed Bugfix: Replace bashisms with standard sh to fix build on non-BASH systems (Luke Dashjr)
d6b0539 travis: add non-default shell testing to travis. (Cory Fields)
This commit is contained in:
Wladimir J. van der Laan
2014-10-07 08:51:43 +02:00
14 changed files with 65 additions and 61 deletions

View File

@@ -34,12 +34,12 @@ if test -z $with_gui && test -n "@no_qt@"; then
with_gui=no
fi
if test @host_os@ == darwin; then
if test x@host_os@ = xdarwin; then
BREW=no
PORT=no
fi
if test @host_os@ == mingw32; then
if test x@host_os@ = xmingw32; then
if test -z $with_qt_incdir; then
with_qt_incdir=$prefix/include
fi