From c810b409a11c5704ba8bace45aea7c4a197ef367 Mon Sep 17 00:00:00 2001 From: Matthieu Volat Date: Mon, 23 Jan 2017 19:28:55 +0100 Subject: [PATCH] Fix a typo in smpirun. --- src/smpi/smpirun.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smpi/smpirun.in b/src/smpi/smpirun.in index 3af401503a..9e5689e5c1 100755 --- a/src/smpi/smpirun.in +++ b/src/smpi/smpirun.in @@ -516,7 +516,7 @@ pid="" # Keep temporary files on failures to help debugging # if [ ${status} -ne 0 ] ; then - if [ -z ${KEEP} ] ; then + if [ -z ${KEEP} ]; then echo ${EXEC} ${TRACEOPTIONS} ${SIMOPTS} ${PRIVATIZE} ${PLATFORMTMP} ${APPLICATIONTMP} if [ ${HOSTFILETMP} = 1 ] ; then echo "Generated hostfile ${HOSTFILE} kept." -- 2.20.1