aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-descriptors/qt-win.yml
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2014-10-03 18:58:59 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2014-10-03 23:45:26 +0000
commitab72068565e4417799843d2445da39d9e98efffd (patch)
tree7e7faaa0c70b1b4969773d8edeaea5e63574dc68 /contrib/gitian-descriptors/qt-win.yml
parentb77b4eda8db4e7ebd7762d8543c713c15b207e90 (diff)
downloadbitcoin-ab72068565e4417799843d2445da39d9e98efffd.tar.xz
Bugfix: Replace bashisms with standard sh in gitian descriptors
Diffstat (limited to 'contrib/gitian-descriptors/qt-win.yml')
-rw-r--r--contrib/gitian-descriptors/qt-win.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian-descriptors/qt-win.yml b/contrib/gitian-descriptors/qt-win.yml
index 7000c70051..57bc4c3180 100644
--- a/contrib/gitian-descriptors/qt-win.yml
+++ b/contrib/gitian-descriptors/qt-win.yml
@@ -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