]> git.sev.monster Git - dotfiles.git/blobdiff - etc/zsh/.zshenv
zshenv: fix regression with perl changes
[dotfiles.git] / etc / zsh / .zshenv
index 16bf106883dc25b52cc020e033bc646b077d1cc0..7a923e9929558cf175c27500aa131b6d37e04f54 100644 (file)
@@ -306,7 +306,7 @@ if [[ ! -v PERL_LOCAL_LIB_ROOT && -v commands[perl] ]] {
           PERL_MB_OPT="--install_base '$_p5'" \
           PERL_MM_OPT=INSTALL_BASE=$_p5 \
           PERL5LIB=$_p5/lib/perl5 \
-          PERL_LOCAL_LIB_ROOT=$_p5${$PERL_LOCAL_LIB_ROOT:+:$PERL_LOCAL_LIB_ROOT}
+          PERL_LOCAL_LIB_ROOT=$_p5${PERL_LOCAL_LIB_ROOT:+:$PERL_LOCAL_LIB_ROOT}
     }
     unset _p5
 }
This page took 0.03713 seconds and 4 git commands to generate.