From 86d0395fc5efbeef9aad8cc27e84270f7c59faa1 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Thu, 1 Dec 2011 21:19:54 +0200 Subject: [PATCH] rpm: Treat -r as --root (RedHat: #759224). --- completions/rpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/rpm b/completions/rpm index 7a19d814..b7b59e0e 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 ;;