From ec8d07f2a5f8d7c2141b2fc358fa692a9538ef09 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sat, 19 Mar 2016 15:33:04 +0000 Subject: [PATCH] delete nb_repo_dirs --- etc/profile.d/envs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3