From bae27caab0f47340cea876db2b72c4a849a39276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 3 Sep 2011 23:28:39 +0300 Subject: [PATCH] rpmbuild: Bring back --target completion lost in commit 914da74. --- completions/rpm | 1 + 1 file changed, 1 insertion(+) diff --git a/completions/rpm b/completions/rpm index 165982ae..883e8631 100644 --- a/completions/rpm +++ b/completions/rpm @@ -250,6 +250,7 @@ _rpmbuild() return 0 ;; --target) + _rpm_buildarchs return 0 ;; --eval|-E)