From: Catherine-Therese Quinones Date: Tue, 29 Jul 2014 11:58:32 +0000 (+0200) Subject: Fix for default parameter (with Simon) X-Git-Tag: v1.4.0~113 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=5d9f1ac394c5429c776641f6ce16699e0ea19987;p=clitk.git Fix for default parameter (with Simon) --- diff --git a/cluster_tools/gate_run_submit_cluster.sh b/cluster_tools/gate_run_submit_cluster.sh index 8858c68..29427bd 100755 --- a/cluster_tools/gate_run_submit_cluster.sh +++ b/cluster_tools/gate_run_submit_cluster.sh @@ -58,7 +58,7 @@ test -d ${OUTPUTDIR} || error "can't locate output dir" RUNID=${OUTPUTDIR##*.} NJOBS=${2:-"${DEFAULTNUMBEROFJOBS}"} NJOBSMAX=${NJOBS} -PARAM="${4:-""}" +PARAM="${4:-\"\"}" echo "Lets roll!!" echo "runid is ${RUNID}"