aboutsummaryrefslogtreecommitdiff
path: root/depends
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 /depends
parentb77b4eda8db4e7ebd7762d8543c713c15b207e90 (diff)
downloadbitcoin-ab72068565e4417799843d2445da39d9e98efffd.tar.xz
Bugfix: Replace bashisms with standard sh in gitian descriptors
Diffstat (limited to 'depends')
-rw-r--r--depends/config.site.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/depends/config.site.in b/depends/config.site.in
index 3426050cd3..df076956bd 100644
--- a/depends/config.site.in
+++ b/depends/config.site.in
@@ -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