r5976 - trunk/eda/boom

werner at docs.openmoko.org werner at docs.openmoko.org
Sun Sep 12 04:52:04 CEST 2010


Author: werner
Date: 2010-09-12 04:52:04 +0200 (Sun, 12 Sep 2010)
New Revision: 5976

Modified:
   trunk/eda/boom/parser.pl
Log:
Strip trailing spaces in BOM entries.

- boom/parser.pl (bom): strip trailing spaces



Modified: trunk/eda/boom/parser.pl
===================================================================
--- trunk/eda/boom/parser.pl	2010-09-06 08:09:16 UTC (rev 5975)
+++ trunk/eda/boom/parser.pl	2010-09-12 02:52:04 UTC (rev 5976)
@@ -45,6 +45,7 @@
     my @f = split(/\s*;\s*/, $');
     next if $f[0] eq "NC";
     for (@f) {
+	s/\s+$//;
 	&sanitize(\$_);
     }
     $cmp{$ref} = [ @f ];




More information about the commitlog mailing list