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

@@ -29,7 +29,7 @@ script: |
#
INSTALLPREFIX=$HOME/staging${BITS}
BUILDDIR=$HOME/build${BITS}
if [ "$BITS" == "32" ]; then
if [ "x$BITS" = "x32" ]; then
HOST=i686-w64-mingw32
else
HOST=x86_64-w64-mingw32