Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove spurious brace from error message.
[simgrid.git] / src / smpi / smpirun.in
index 59ff85d..74ffb3c 100755 (executable)
@@ -240,7 +240,7 @@ if [ "${EXTOPT}" = "smpi_replay" ]; then
      hosttraces=(`cat ${APP_TRACES} | tr \\\n " "`)
      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