[Collab-qa-commits] r326 - tools/bugs2packagelist

abi at alioth.debian.org abi at alioth.debian.org
Tue Jul 10 11:16:46 UTC 2007


Author: abi
Date: 2007-07-10 11:16:46 +0000 (Tue, 10 Jul 2007)
New Revision: 326

Modified:
   tools/bugs2packagelist/bts2pkglist.pl
Log:
hm..

Modified: tools/bugs2packagelist/bts2pkglist.pl
===================================================================
--- tools/bugs2packagelist/bts2pkglist.pl	2007-07-10 10:31:39 UTC (rev 325)
+++ tools/bugs2packagelist/bts2pkglist.pl	2007-07-10 11:16:46 UTC (rev 326)
@@ -59,7 +59,7 @@
 	#$d->{$f}->{'subject'} -> bug subject
 	# call sed or whatever here
     if ( $d ) {
-	    $cmd = qq(sed -i  /^$d->{$f}->{'package'}/ 's/NNN:/$f: $d->{$f}->{'subject'}/' $pkglist);
+	    $cmd = qq(sed -i  '/^$d->{$f}->{'package'}/ s/NNN:/$f: $d->{$f}->{'subject'}/' $pkglist);
         system($cmd);
     }
 }




More information about the Collab-qa-commits mailing list