RunFunctions: corrected typo $SUFFIX -> $LOG_SUFFIX

Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2176
This commit is contained in:
Henry Weller 2016-08-02 21:34:24 +01:00
parent 1bad0a52f1
commit 16624b772a

View file

@ -132,7 +132,7 @@ runParallel()
shift
done
if [ -f log.$SUFFIX ] && [ "$LOG_IGNORE" = "false" ]
if [ -f log.$LOG_SUFFIX ] && [ "$LOG_IGNORE" = "false" ]
then
echo "$APP_NAME already run on $PWD:" \
"remove log file 'log.$LOG_SUFFIX' to re-run"