We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53af11d commit 7d8c7b8Copy full SHA for 7d8c7b8
1 file changed
script/ts.sh
@@ -79,7 +79,7 @@ then
79
else
80
INDATA=`eval echo ${ECE3_POSTPROC_POSTDIR}`/mon
81
fi
82
-[[ ! -d $INDATA ]] && echo "*EE* Experiment HiresClim2 output dir $INDATA does not exist!" && exit 1
+[[ -z $dependency ]] && [[ ! -d $INDATA ]] && echo "*EE* Experiment HiresClim2 output dir $INDATA does not exist!" && exit 1
83
84
85
# -- check previously computed TS
0 commit comments