Repository: incubator-mynewt-larva
Updated Branches:
  refs/heads/master fde5aaf29 -> 1570110d0


Don't die on unknown project identity.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/1570110d
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/1570110d
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/1570110d

Branch: refs/heads/master
Commit: 1570110d075ccf9b48d5ddf9d1e830339c9c5878
Parents: fde5aaf
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Thu Feb 4 18:09:47 2016 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu Feb 4 18:09:47 2016 -0800

----------------------------------------------------------------------
 hw/bsp/nrf51dk/nrf51dk_download.sh | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/1570110d/hw/bsp/nrf51dk/nrf51dk_download.sh
----------------------------------------------------------------------
diff --git a/hw/bsp/nrf51dk/nrf51dk_download.sh 
b/hw/bsp/nrf51dk/nrf51dk_download.sh
index e151a59..4e8814a 100755
--- a/hw/bsp/nrf51dk/nrf51dk_download.sh
+++ b/hw/bsp/nrf51dk/nrf51dk_download.sh
@@ -24,8 +24,6 @@ shift
 while [ $# -gt 0 ]; do
     if [ $1 = "bootloader" ]; then
        IS_BOOTLOADER=1
-    else
-       exit 1
     fi
     shift
 done

Reply via email to