From 1ad599777646110d3789165839330a0c862aca20 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 29 Oct 2008 13:41:32 +0000 Subject: [PATCH] * Set $PERL5LIB. svn path=/nixos/trunk/; revision=13148 --- etc/bashrc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/bashrc.sh b/etc/bashrc.sh index 0a4195a56d1..201ff4c6d01 100644 --- a/etc/bashrc.sh +++ b/etc/bashrc.sh @@ -46,6 +46,7 @@ for i in $NIX_PROFILES; do # !!! reverse then export ACLOCAL_PATH="$i/share/aclocal:$ACLOCAL_PATH" fi + export PERL5LIB="$i/lib/site_perl:$PERL5LIB" done