]> git.sev.monster Git - dotfiles.git/commitdiff
zshenv: fix regression with perl changes
authorsev <git@sev.monster>
Tue, 15 Oct 2024 00:24:20 +0000 (19:24 -0500)
committersev <git@sev.monster>
Tue, 15 Oct 2024 00:24:20 +0000 (19:24 -0500)
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.033033 seconds and 4 git commands to generate.