Bugfix: Replace bashisms with standard sh in gitian descriptors

This commit is contained in:
Luke Dashjr
2014-10-03 18:58:59 +00:00
parent b77b4eda8d
commit ab72068565
7 changed files with 11 additions and 11 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