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:32:38 +01:00
parent e301f74c93
commit 1467bf2428

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"