[Apt-listbugs-commits] [apt-listbugs] 05/11: reformat code 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 1dac532549d0ef1c024af1d943994779e374641c
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Sat Jun 4 18:02:20 2016 +0200

    reformat code in deblistbugs
---
 examples/deblistbugs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/deblistbugs b/examples/deblistbugs
index 4aae667..b98ff30 100755
--- a/examples/deblistbugs
+++ b/examples/deblistbugs
@@ -28,4 +28,5 @@ if test "x$1" != "x"; then
   severities="-s $1"
 fi
 
-grep -e ^Package:  < debian/control  | cut -d' ' -f2- | xargs /usr/sbin/apt-listbugs -S pending,open $severities list
+grep -e ^Package: debian/control | cut -d' ' -f2- \
+  | xargs /usr/sbin/apt-listbugs -S pending,open $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