aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPjotr Prins2016-10-03 09:23:57 +0000
committerPjotr Prins2016-10-03 09:23:57 +0000
commit598fbead85b0ecb9127989a9c5a88a2d7bc91a5d (patch)
tree6257a4c529bdf946ea42e09c6a92b6ab9aeeeffa /bin
parent2acd8aa41580aaccc4119a6f504bdfb5e986e0c2 (diff)
downloadgenenetwork2-598fbead85b0ecb9127989a9c5a88a2d7bc91a5d.tar.gz
Config: supporting JSON OVERRIDES
Diffstat (limited to 'bin')
-rwxr-xr-xbin/genenetwork22
1 files changed, 1 insertions, 1 deletions
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