From 064084fb651697a70b1465e877333e26a55d6f6b Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 16 Dec 2015 22:11:40 +0000 Subject: [PATCH] nb_repo_dirs --- etc/profile.d/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/functions b/etc/profile.d/functions index 7f1b0775..3519e14b 100644 --- a/etc/profile.d/functions +++ b/etc/profile.d/functions @@ -324,7 +324,7 @@ nb_repo_dirs() { /etc/puppet/data /etc/puppet/modules /home/www/izideal - " + " | xargs ls -d 2> /dev/null (ls /{opt,home,home/www}/*/.nb-install | xargs -n1 dirname) 2>/dev/null ) | perl -ne '/^\s*$/ and next; s/^\s+//; print' } -- 2.47.3