]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-mingw: Use /bin/sh.
authorUwe Hermann <redacted>
Sat, 24 Jan 2015 19:07:36 +0000 (20:07 +0100)
committerUwe Hermann <redacted>
Sat, 24 Jan 2015 19:18:32 +0000 (20:18 +0100)
cross-compile/mingw/sigrok-cross-mingw

index 1dac2c40a0cfaf6483d2c013d31ac4587cb76637..e7cd23573ab936aaf88186091cdddc24906924e5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 ##
 ## This file is part of the sigrok-util project.
 ##
@@ -58,7 +58,7 @@ C="--host=$TOOLCHAIN_TRIPLET --prefix=$PREFIX"
 CM="-DCMAKE_TOOLCHAIN_FILE=$MXE/usr/$TOOLCHAIN_TRIPLET/share/cmake/mxe-conf.cmake"
 L="--disable-shared --enable-static"
 
-if [ $TARGET == "i686" ]; then
+if [ $TARGET = "i686" ]; then
        export PKG_CONFIG_PATH_i686_w64_mingw32_static="$P:$P2"
 else
        export PKG_CONFIG_PATH_x86_64_w64_mingw32_static="$P:$P2"