[Collab-qa-commits] r2220 - udd/scripts

Lucas Nussbaum lucas at alioth.debian.org
Mon Apr 9 05:44:02 UTC 2012


Author: lucas
Date: 2012-04-09 05:44:01 +0000 (Mon, 09 Apr 2012)
New Revision: 2220

Modified:
   udd/scripts/filter-bugs-output.sh
Log:
fix typo

Modified: udd/scripts/filter-bugs-output.sh
===================================================================
--- udd/scripts/filter-bugs-output.sh	2012-04-08 14:35:28 UTC (rev 2219)
+++ udd/scripts/filter-bugs-output.sh	2012-04-09 05:44:01 UTC (rev 2220)
@@ -1,3 +1,3 @@
-#!/bin/sh
+#!/bin/bash
 
-grep -v -e ': unable to open /org/bugs.debian.org/versions/pkg/' -e 'Use of uninitialized value in hash slice at ' -e 'Could not read file for bug ' -e 'Unmatched () ' -e "Unmatched '<>' in " -e 'Use of uninitialized value in subroutine entry at' -e 'Mail::Address::_tokenise' -e 'Mail::Address::parse' -e 'main::run(\'HASH' -e 'main::main() called at /org/udd.debian.org/udd/udd/bugs_gatherer.pl line 401' -e 'Wide character in print at /org/udd.debian.org/mirrors/bugs.debian.org/perl/Debbugs/Packages.pm line'
+grep -v -e ': unable to open /org/bugs.debian.org/versions/pkg/' -e 'Use of uninitialized value in hash slice at ' -e 'Could not read file for bug ' -e 'Unmatched () ' -e "Unmatched '<>' in " -e 'Use of uninitialized value in subroutine entry at' -e 'Mail::Address::_tokenise' -e 'Mail::Address::parse' -e "main::run('HASH" -e 'main::main() called at /org/udd.debian.org/udd/udd/bugs_gatherer.pl line 401' -e 'Wide character in print at /org/udd.debian.org/mirrors/bugs.debian.org/perl/Debbugs/Packages.pm line'




More information about the Collab-qa-commits mailing list