From 3ae7e625bf037665b0917403d1a520dce85d82af Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 11 Sep 2026 20:19:32 +0200 Subject: [PATCH] etc/profile.d/lib.sh --- etc/profile.d/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"` -- 2.47.3