From c09571b2270e1a5a529adabcd7b4395275537684 Mon Sep 17 00:00:00 2001 From: Andrew Heather Date: Tue, 8 Dec 2015 15:04:20 +0000 Subject: [PATCH] BUG: Correcetd merge error in RunFunctions --- bin/tools/RunFunctions | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tools/RunFunctions b/bin/tools/RunFunctions index 9769c76093..a4ef12e0a8 100644 --- a/bin/tools/RunFunctions +++ b/bin/tools/RunFunctions @@ -81,6 +81,7 @@ runApplication() else $APP_RUN "$@" > $APP_LOGFILE 2>&1 fi + fi } runParallel()