From 2b869e1563342e15b0336a3dc234de8a058b168e Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Thu, 3 Dec 2015 12:19:34 +0100 Subject: [PATCH] netbsd: Fix unportable shell construct Caught with pkgsrc on NetBSD --- libs/midi++2/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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