Bugfix: Replace bashisms with standard sh in gitian descriptors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user