From 594958077b1c848c24387cde2d6215d8c2a917b9 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 14 Feb 2013 23:45:29 +0100 Subject: [PATCH] Remove spurious brace from error message. --- 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 59ff85dce2..74ffb3c742 100755 --- a/src/smpi/smpirun.in +++ b/src/smpi/smpirun.in @@ -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 -- 2.20.1