From 19f9e0038e53669a1f17ca300ae4114a892c85c7 Mon Sep 17 00:00:00 2001 From: Nathan Hartman Date: Sat, 20 Jul 2019 06:38:23 -0600 Subject: [PATCH] configs/tm4c1294-launchpad/tools/oocd.sh: Fix syntax error. --- configs/tm4c1294-launchpad/tools/oocd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/tm4c1294-launchpad/tools/oocd.sh b/configs/tm4c1294-launchpad/tools/oocd.sh index e0f6361cad..c933c7fcfc 100755 --- a/configs/tm4c1294-launchpad/tools/oocd.sh +++ b/configs/tm4c1294-launchpad/tools/oocd.sh @@ -36,7 +36,7 @@ if [ "X$2" = "X-d" ]; then set -x fi -if [ ! -d ${OPENOCD_PATH} ]; thenf +if [ ! -d ${OPENOCD_PATH} ]; then echo "OpenOCD path does not exist: ${OPENOCD_PATH}" exit 1 fi