[Apt-listbugs-commits] [apt-listbugs] 06/11: drop invalid argument for -S option in deblistbugs

Francesco Poli frx-guest at moszumanska.debian.org
Sat Jun 4 16:53:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

frx-guest pushed a commit to branch master
in repository apt-listbugs.

commit 18ae0f75a9bee83db7350e74173adc5a562d29bb
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Sat Jun 4 18:03:10 2016 +0200

    drop invalid argument for -S option in deblistbugs
---
 examples/deblistbugs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/deblistbugs b/examples/deblistbugs
index b98ff30..8240be2 100755
--- a/examples/deblistbugs
+++ b/examples/deblistbugs
@@ -29,4 +29,4 @@ if test "x$1" != "x"; then
 fi
 
 grep -e ^Package: debian/control | cut -d' ' -f2- \
-  | xargs /usr/sbin/apt-listbugs -S pending,open $severities list
+  | xargs /usr/sbin/apt-listbugs -S pending $severities list

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/apt-listbugs/apt-listbugs.git



More information about the Apt-listbugs-commits mailing list