From 69bba44a560331bea038247fb15a9ecbecd420b7 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 21 Aug 2015 18:42:00 +0100 Subject: [PATCH] install --- bin/nb-update | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.47.3