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