Bugfix: Replace bashisms with standard sh in gitian descriptors
This commit is contained in:
@@ -38,7 +38,7 @@ script: |
|
||||
INSTALLPREFIX=$HOME/staging${BITS}
|
||||
BUILDDIR=$HOME/build${BITS}
|
||||
DEPSDIR=$HOME/deps${BITS}
|
||||
if [ "$BITS" == "32" ]; then
|
||||
if [ "x$BITS" = "x32" ]; then
|
||||
HOST=i686-w64-mingw32
|
||||
else
|
||||
HOST=x86_64-w64-mingw32
|
||||
|
||||
Reference in New Issue
Block a user