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

@@ -18,7 +18,7 @@ files:
script: |
export FAKETIME=$REFERENCE_DATETIME
export TZ=UTC
if [ "$GBUILD_BITS" == "32" ]; then
if [ "x$GBUILD_BITS" = "x32" ]; then
ARCH='i386-linux-gnu'
else
ARCH='x86_64-linux-gnu'
@@ -74,7 +74,7 @@ script: |
#endif
' > $QCONFIG
if [ "$GBUILD_BITS" == "32" ]; then
if [ "x$GBUILD_BITS" = "x32" ]; then
echo '
/* Machine byte-order */
#define Q_BIG_ENDIAN 4321