netbsd: Fix unportable shell construct

Caught with pkgsrc on NetBSD
This commit is contained in:
Kamil Rytarowski 2015-12-03 12:19:34 +01:00
parent 5facfc113d
commit 2b869e1563
1 changed files with 1 additions and 1 deletions

View File

@ -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