[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-429-gbae27ca

Ville Skyttä ville.skytta at iki.fi
Sat Sep 3 20:29:45 UTC 2011


The following commit has been merged in the master branch:
commit bae27caab0f47340cea876db2b72c4a849a39276
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Sep 3 23:28:39 2011 +0300

    rpmbuild: Bring back --target completion lost in commit 914da74.

diff --git a/completions/rpm b/completions/rpm
index 165982a..883e863 100644
--- a/completions/rpm
+++ b/completions/rpm
@@ -250,6 +250,7 @@ _rpmbuild()
             return 0
             ;;
         --target)
+            _rpm_buildarchs
             return 0
             ;;
         --eval|-E)

-- 
bash-completion



More information about the Bash-completion-commits mailing list