[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.90-78-g86d0395

Ville Skyttä ville.skytta at iki.fi
Thu Dec 1 19:20:12 UTC 2011


The following commit has been merged in the master branch:
commit 86d0395fc5efbeef9aad8cc27e84270f7c59faa1
Author: Jan Kratochvil <jan.kratochvil at redhat.com>
Date:   Thu Dec 1 21:19:54 2011 +0200

    rpm: Treat -r as --root (RedHat: #759224).

diff --git a/completions/rpm b/completions/rpm
index 7a19d81..b7b59e0 100644
--- a/completions/rpm
+++ b/completions/rpm
@@ -67,7 +67,7 @@ _rpm()
     fi
 
     case $prev in
-        --dbpath|--excludepath|--prefix|--relocate|--root)
+        --dbpath|--excludepath|--prefix|--relocate|--root|-r)
             _filedir -d
             return 0
             ;;

-- 
bash-completion



More information about the Bash-completion-commits mailing list