From 0f03603e1e2ea81abfe6e2ae81d3b94ae5df1da5 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Mon, 23 Jan 2017 20:57:09 +0100 Subject: [PATCH] remove weird blank characters --- 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 569de688c0..3af401503a 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