configs/tm4c1294-launchpad/tools/oocd.sh: Fix syntax error.
This commit is contained in:
parent
bdd8887bad
commit
19f9e0038e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue