From 1467bf2428ab9b7522fa63807a2a2a4768b08cc0 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Tue, 2 Aug 2016 21:32:38 +0100 Subject: [PATCH] RunFunctions: corrected typo $SUFFIX -> $LOG_SUFFIX Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2176 --- bin/tools/RunFunctions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tools/RunFunctions b/bin/tools/RunFunctions index 4703fee03..ed101f97d 100644 --- a/bin/tools/RunFunctions +++ b/bin/tools/RunFunctions @@ -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"