summarylogtreecommitdiffstats
path: root/zsh-fix.patch
diff options
context:
space:
mode:
authorXuanrui Qi2020-11-10 07:19:49 +0900
committerXuanrui Qi2020-11-10 07:19:49 +0900
commit53d0405ac59d3f21a0581841bcad7388091f6eea (patch)
tree44b3dc83677d583ee95f0124da14863a29984cbb /zsh-fix.patch
parent678cda906cc07c987118a8a6416131772794e796 (diff)
downloadaur-53d0405ac59d3f21a0581841bcad7388091f6eea.tar.gz
Fix the patch
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=