From: Matthieu Volat Date: Mon, 23 Jan 2017 18:28:55 +0000 (+0100) Subject: Fix a typo in smpirun. X-Git-Tag: v3_15~527^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c810b409a11c5704ba8bace45aea7c4a197ef367 Fix a typo in smpirun. --- 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."