diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 1999-11-18 10:05:45 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-11-18 10:05:45 +0000 |
| commit | 092472dab755645333186e1398f6b261ec6fa112 (patch) | |
| tree | a5cb784bfaa32dc2e22211db9cec273ab96c78c4 /Completion/Linux | |
| parent | zsh-workers/8658 (diff) | |
| download | zsh-092472dab755645333186e1398f6b261ec6fa112.tar zsh-092472dab755645333186e1398f6b261ec6fa112.tar.gz zsh-092472dab755645333186e1398f6b261ec6fa112.tar.bz2 zsh-092472dab755645333186e1398f6b261ec6fa112.tar.lz zsh-092472dab755645333186e1398f6b261ec6fa112.tar.xz zsh-092472dab755645333186e1398f6b261ec6fa112.tar.zst zsh-092472dab755645333186e1398f6b261ec6fa112.zip | |
zsh-workers/8665
Diffstat (limited to 'Completion/Linux')
| -rw-r--r-- | Completion/Linux/_rpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/_rpm b/Completion/Linux/_rpm index eb30924dc..b31ea656f 100644 --- a/Completion/Linux/_rpm +++ b/Completion/Linux/_rpm @@ -79,7 +79,7 @@ while [[ -n "$state" ]]; do # First try to call a user-defined function. - funcall ret _rpm_$state && return ret + _funcall ret _rpm_$state && return ret # Copy the state and reset `state', to simplify the test above. |
