From: Nicolas Boisselier Date: Wed, 17 Aug 2016 20:15:38 +0000 (+0100) Subject: bin/nb-repo-dirs X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=e888310b4e37c1ff3e170c30bb8b8467cc93eb1c;p=nb.git bin/nb-repo-dirs --- diff --git a/bin/nb-repo-dirs b/bin/nb-repo-dirs index 2b3658cc..25e89565 100755 --- a/bin/nb-repo-dirs +++ b/bin/nb-repo-dirs @@ -19,7 +19,7 @@ my @DIRS = ( # '/home/www/*/.nb-install', # '/home/*/Dev/*/.nb-install', # '/usr/local/src/*/.nb-install', - '/{opt,opt/www,home,home/www,usr/local/src,home/*/Dev}/*/.nb-install', + '/{opt,opt/www,home,home/www,usr/local/src,home/*/Dev,home/share/git}/*/.nb-install', ); my $debug = 0;