netbsd: Fix unportable shell construct
Caught with pkgsrc on NetBSD
This commit is contained in:
parent
5facfc113d
commit
2b869e1563
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user