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/05 10:01:13 UTC

[mynewt-core] branch master updated: hw/scripts: Fix 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 7bba744  hw/scripts: Fix typo
7bba744 is described below

commit 7bba744bffb6d818a1e960782d9eaead7db12312
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Wed Nov 27 15:56:14 2019 +0100

    hw/scripts: Fix typo
---
 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 569839a..24f19f0 100755
--- a/hw/scripts/jlink.sh
+++ b/hw/scripts/jlink.sh
@@ -152,7 +152,7 @@ jlink_debug() {
 
         echo "Debugging" $FILE_NAME
 
-        if [ -z $JLINK_TARGET_HOST]; then
+        if [ -z $JLINK_TARGET_HOST ]; then
             if [ $WINDOWS -eq 1 ]; then
                 #
                 # Launch jlink server in a separate command interpreter, to make