about summary refs log tree commit diff
path: root/Completion/Builtins/_hash
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-02-26 13:02:30 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-02-26 13:02:30 +0000
commit006e9b9afba10e2e64d86538fe5777376c8f0f57 (patch)
tree4cba2693f257bb5392faa929731bf5bcfdff8de0 /Completion/Builtins/_hash
parent85de1eae0bbd3e94fa73cb56cb847d3edff99f59 (diff)
downloadzsh-006e9b9afba10e2e64d86538fe5777376c8f0f57.tar.gz
zsh-006e9b9afba10e2e64d86538fe5777376c8f0f57.tar.xz
zsh-006e9b9afba10e2e64d86538fe5777376c8f0f57.zip
change $words[1] to $service in some more places (13534)
Diffstat (limited to 'Completion/Builtins/_hash')
-rw-r--r--Completion/Builtins/_hash2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Builtins/_hash b/Completion/Builtins/_hash
index 250e119b9..8d7e51503 100644
--- a/Completion/Builtins/_hash
+++ b/Completion/Builtins/_hash
@@ -7,7 +7,7 @@ common_args=( \
   '-d[use named directory hash table]' \
   '(-r -m -v)-f[rebuild hash table]' )
 
-case ${words[1]} in
+case ${service} in
   hash)
     _arguments -C -s \
       '(-f -m -v)-r[empty hash table]' \