You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2019/12/11 23:21:01 UTC

[mynewt-core] branch master updated: hw/scripts: Fix another typo...

This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new e44ff83  hw/scripts: Fix another typo...
e44ff83 is described below

commit e44ff83b4a23673027af6b6389d5f8b9047dafb2
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Wed Dec 11 11:35:34 2019 +0100

    hw/scripts: Fix another typo...
    
    The same kind of typo as 7bba744bf, I forgot to update it.
---
 hw/scripts/jlink.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/scripts/jlink.sh b/hw/scripts/jlink.sh
index 24f19f0..b4c2059 100755
--- a/hw/scripts/jlink.sh
+++ b/hw/scripts/jlink.sh
@@ -71,7 +71,7 @@ jlink_load () {
     # downloading somewhere in the flash. So need to figure out how to tell it
     # not to do that, or report failure if gdb fails to write this file
     #
-    if [ -z $JLINK_TARGET_HOST]; then
+    if [ -z $JLINK_TARGET_HOST ]; then
         echo "shell sh -c \"trap '' 2; $JLINK_GDB_SERVER -device $JLINK_DEV -speed 1000 -if SWD -port $PORT -singlerun $EXTRA_JTAG_CMD  &\" " > $GDB_CMD_FILE
     fi
     echo "$JLINK_TARGET_CMD" >> $GDB_CMD_FILE