summarylogtreecommitdiffstats
path: root/zsh-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'zsh-fix.patch')
-rw-r--r--zsh-fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh-fix.patch b/zsh-fix.patch
index 97e185506201..cbfafbc161c1 100644
--- a/zsh-fix.patch
+++ b/zsh-fix.patch
@@ -6,7 +6,7 @@
else
- local arr=(`echo ${!arg} | sed 's/:/\n/g'`)
+ eval "value=\"\${$arg}\""
-+ local arr=(`echo ${!value} | sed 's/:/\n/g'`)
++ local arr=(`echo ${value} | sed 's/:/\n/g'`)
fi
local fixarr=()
local found=