From d2ece376a3b50f0ca361d27fb8e55372771532dd Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sat, 8 Apr 2000 21:04:47 +0000 Subject: 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. --- Completion/Linux/_rpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Linux') 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 \ -- cgit v1.2.3