configs/tm4c1294-launchpad/tools/oocd.sh: Fix syntax error.

This commit is contained in:
Nathan Hartman 2019-07-20 06:38:23 -06:00 committed by Gregory Nutt
parent bdd8887bad
commit 19f9e0038e

View File

@ -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