diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-04-08 21:04:47 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-04-08 21:04:47 +0000 |
commit | d2ece376a3b50f0ca361d27fb8e55372771532dd (patch) | |
tree | 5c328d0123f28866e88227db55c893c348932c27 /Completion/Linux/_rpm | |
parent | b4a2b47b64c9fbe9df1d80e84c5d08786bd29eac (diff) | |
download | zsh-d2ece376a3b50f0ca361d27fb8e55372771532dd.tar.gz zsh-d2ece376a3b50f0ca361d27fb8e55372771532dd.tar.xz zsh-d2ece376a3b50f0ca361d27fb8e55372771532dd.zip |
10594: Fix index into $history in prompt_bart_precmd.
10591: Completion/User/_fakeroot: Completion for the fakeroot program. 10590: Completion/Linux/_rpm: Signature checking completes only local package files.
Diffstat (limited to 'Completion/Linux/_rpm')
-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 3b027dc09..ff388fe22 100644 --- a/Completion/Linux/_rpm +++ b/Completion/Linux/_rpm @@ -174,7 +174,7 @@ while [[ -n "$state" ]]; do '--ftpproxy:FTP proxy server:_hosts' \ '--ftpport:FTP port number:' \ --no{pgp,md5} \ - '*:RPM package file:->package_or_file' && ret=0 + '*:RPM package file:->package_file' && ret=0 ;; rebuild) _arguments -s \ |