From: Nicolas Boisselier Date: Mon, 16 Apr 2018 00:19:38 +0000 (+0100) Subject: bin/nb-update X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=6abb76b8dc56a203bb08d112fa68766a29d5ae46;p=nb.git bin/nb-update --- diff --git a/bin/nb-update b/bin/nb-update index 736bf46a..51034c3e 100755 --- a/bin/nb-update +++ b/bin/nb-update @@ -53,6 +53,7 @@ filter_name="$@" for repo in $(nb_repos); do [ -d "$repo/.git" ] || continue + [ ! -w "$repo/.git" ] && echo ">No Permission $repo" && echo && continue cd "$repo" || continue # name from git not from path