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:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user