From: Christian Heinrich Date: Fri, 9 Oct 2015 10:24:26 +0000 (+0200) Subject: [SMPI] Fixed wrong output X-Git-Tag: v3_13~1644^2~48 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3c5ba58035a8ab4bca9b32d78ceb860687893e25?hp=a816142ba29faddef700304e151716780d431d20 [SMPI] Fixed wrong output --- diff --git a/src/smpi/smpirun.in b/src/smpi/smpirun.in index 1d80693ac1..87b0750966 100755 --- a/src/smpi/smpirun.in +++ b/src/smpi/smpirun.in @@ -407,7 +407,7 @@ if [ "${EXTOPT}" = "smpi_replay" ]; then hosttraces=$(cat ${APP_TRACES} | tr '\n\r' ' ' ) NUMTRACES=$(cat ${APP_TRACES} | wc -l) else - printf "File not found: %s\n", "${APP_TRACES:-\${APP_TRACES\}}" >&2 + printf "File not found: %s\n" "${APP_TRACES:-\${APP_TRACES\}}" >&2 exit 1 fi fi