From 598fbead85b0ecb9127989a9c5a88a2d7bc91a5d Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Mon, 3 Oct 2016 09:23:57 +0000 Subject: Config: supporting JSON OVERRIDES --- bin/genenetwork2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/genenetwork2 b/bin/genenetwork2 index 872e9326..30a4dc95 100755 --- a/bin/genenetwork2 +++ b/bin/genenetwork2 @@ -56,7 +56,7 @@ if [ -z $TEMPDIR ]; then fi # Now handle command parameter -c -if [ $1 = '-c' ] ; then +if [ "$1" = '-c' ] ; then cd $GN2_BASE_PATH/wqflask cmd=${2#wqflask/} echo PYTHONPATH=$PYTHONPATH -- cgit v1.2.3