diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/genenetwork2 | 2 |
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 |