From: Nicolas Boisselier Date: Fri, 21 Aug 2015 17:42:00 +0000 (+0100) Subject: install X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=69bba44a560331bea038247fb15a9ecbecd420b7;p=nb.git install --- diff --git a/bin/nb-update b/bin/nb-update index 9bdfccd6..a4759e56 100755 --- a/bin/nb-update +++ b/bin/nb-update @@ -58,7 +58,6 @@ for repo in \ echo "Ignore $repo: current user=$USER repo user=$user" continue fi - break ret=$? [ "$ret" != "0" ] && ex=$ret && echo ">err $ret" @@ -72,8 +71,8 @@ rm -f "$TMP" # End # if [ "$ex" == "0" ]; then - printf "\n>OK\n" + printf ">OK\n" else - printf "\n>ERR\n" + printf ">ERR\n" fi exit $ex