From: Nicolas Boisselier Date: Sun, 11 Dec 2016 21:30:41 +0000 (+0000) Subject: bug in nb-update X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=0411ff2c0beaa45f88997b637c5e879cde8f76d3;p=nb.git bug in nb-update --- diff --git a/bin/nb-update b/bin/nb-update index 08f147f1..c033fe3f 100755 --- a/bin/nb-update +++ b/bin/nb-update @@ -19,7 +19,7 @@ ex=0 printf '#!%s\n%s\n' `which sh` 'ssh -o BatchMode=yes $@' > "$TMP" && chmod 755 "$TMP" export GIT_SSH="$TMP" -for repo in $(nb-repo-dirs); do +for repo in $(nb_repo); do [ -d "$repo/.git" ] || continue cd "$repo" || continue