From: Augustin Degomme Date: Mon, 23 Jan 2017 19:57:09 +0000 (+0100) Subject: remove weird blank characters X-Git-Tag: v3_15~527^2~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0f03603e1e2ea81abfe6e2ae81d3b94ae5df1da5 remove weird blank characters --- 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."