From: Nicolas Boisselier Date: Fri, 11 Sep 2026 18:19:32 +0000 (+0200) Subject: etc/profile.d/lib.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=3ae7e625bf037665b0917403d1a520dce85d82af;p=nb.git etc/profile.d/lib.sh --- diff --git a/etc/profile.d/lib.sh b/etc/profile.d/lib.sh index efb10da1..a75ef846 100644 --- a/etc/profile.d/lib.sh +++ b/etc/profile.d/lib.sh @@ -1,3 +1,3 @@ export PERL5LIB=`env_add_path "$PERL5LIB" "$NB_ROOT/lib/perl"` -export RUBYLIB=`env_add_path "$RUBYLIB" "$NB_ROOT/lib/ruby|"` +export RUBYLIB=`env_add_path "$RUBYLIB" "$NB_ROOT/lib/ruby"` export PYTHONPATH=`env_add_path "$PYTHONPATH" "$NB_ROOT/lib/python"`