From 20046b46ba58c8031d1e89b04ec10db8712ec569 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 18 Nov 2015 19:28:33 +0100 Subject: [PATCH] Add comment for "autoenv_debug: fix error with Zsh 5.0.5" --- autoenv.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoenv.zsh b/autoenv.zsh index df90cc5..7b6d8da 100644 --- a/autoenv.zsh +++ b/autoenv.zsh @@ -140,7 +140,7 @@ _autoenv_stack_entered_contains() { # Internal function for debug output. {{{ _autoenv_debug() { - local msg="$1" + local msg="$1" # Might trigger a bug in Zsh 5.0.5 with shwordsplit. local level=${2:-1} if [[ $AUTOENV_DEBUG -lt $level ]]; then return -- 2.44.0