diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-02-26 13:02:30 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-02-26 13:02:30 +0000 |
commit | 006e9b9afba10e2e64d86538fe5777376c8f0f57 (patch) | |
tree | 4cba2693f257bb5392faa929731bf5bcfdff8de0 /Completion/Builtins/_hash | |
parent | 85de1eae0bbd3e94fa73cb56cb847d3edff99f59 (diff) | |
download | zsh-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/_hash | 2 |
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]' \ |