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:
parent
1bad0a52f1
commit
16624b772a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue