From: Nicolas Boisselier Date: Sat, 19 Mar 2016 15:33:04 +0000 (+0000) Subject: delete nb_repo_dirs X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=ec8d07f2a5f8d7c2141b2fc358fa692a9538ef09;p=nb.git delete nb_repo_dirs --- diff --git a/etc/profile.d/envs b/etc/profile.d/envs index bad939c5..7f02f85c 100644 --- a/etc/profile.d/envs +++ b/etc/profile.d/envs @@ -31,7 +31,7 @@ env_add_path &>/dev/null && PATH=`env_add_path "$PATH" \ /usr/share/awstats/tools \ /home/bin \ /home/www/wp/bin \ - $(nb-repo-dirs | xargs -n1 -IZ printf '%s\n%s\n' "Z/bin" "Z/sbin" 2>/dev/null) + $($NB_ROOT/bin/nb-repo-dirs | xargs -n1 -IZ printf '%s\n%s\n' "Z/bin" "Z/sbin" 2>/dev/null) ` export PATH