1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-01 18:30:55 +01:00

one hunk of 11381: typo in _vars_eq

This commit is contained in:
Peter Stephenson 2000-05-16 09:55:54 +00:00
parent c5285d56f7
commit 7a53d36f39
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2000-05-16 Peter Stephenson <pws@cambridgesiliconradio.com>
* pws: one hunk of 11381: Completion/Builtins/_vars_eq:
bad substitution, now picked up by changes in 11380.
* pws: 11402: Doc/Zsh/options.yo: correct and expand OCTAL_ZEROES
entry.

View file

@ -45,7 +45,7 @@ case ${words[1]} in
export) use="${${use/g/}/x/}" ;;
esac
[[ -z "${words[(r)-*f*]]}" ]] || func=f
[[ -z "${words[(r)-*f*]}" ]] || func=f
[[ -z "${words[(r)-*[aA]*]}" ]] || func=p
for ((i=1;i<=$#use;++i)); do