summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2015-12-03 12:19:34 +0100
committerKamil Rytarowski <n54@gmx.com>2015-12-03 12:19:34 +0100
commit2b869e1563342e15b0336a3dc234de8a058b168e (patch)
tree67747877edb5b62f930f09422332026b0cf311f9 /libs
parent5facfc113de7da94a9cab2b6cb274155b5dcb39e (diff)
netbsd: Fix unportable shell construct
Caught with pkgsrc on NetBSD
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/midi++2/run-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/midi++2/run-tests.sh b/libs/midi++2/run-tests.sh
index 8b4666cc15..7cc9441633 100755
--- a/libs/midi++2/run-tests.sh
+++ b/libs/midi++2/run-tests.sh
@@ -9,7 +9,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LIBS_DIR/midi++:$LIBS_DIR/pbd:$LIBS_DIR
export MIDIPP_TEST_PATH=$TOP/patchfiles
cd $LIBS_DIR/midi++2
-if [ "$1" == "debug" ]; then
+if [ "$1" = "debug" ]; then
gdb ./run-tests
else
./run-tests