[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: pcb_backannotate
User: danmc
Date: 06/10/31 17:29:39
Modified: . pcb_backannotate
Log:
Remove some double quotes from the annotation file. Renumbering should actually work now.
Revision Changes Path
1.2 +4 -1 eda/geda/gaf/utils/scripts/pcb_backannotate
(In the diff below, changes in quantity of whitespace are not shown.)
Index: pcb_backannotate
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/utils/scripts/pcb_backannotate,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- pcb_backannotate 31 Oct 2006 13:16:08 -0000 1.1
+++ pcb_backannotate 31 Oct 2006 22:29:38 -0000 1.2
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
-# $Id: pcb_backannotate,v 1.1 2006/10/31 13:16:08 danmc Exp $
+# $Id: pcb_backannotate,v 1.2 2006/10/31 22:29:38 danmc Exp $
#
# Copyright (C) 2003, 2006 Dan McMahill
#
@@ -228,6 +228,9 @@
my @refs;
@refs = split ' ',,$line;
+ $refs[0] =~ s/"//g; # "
+ $refs[1] =~ s/"//g; # "
+
print "parseRENAME(): Scheduling rename of $refs[0] to $refs[1]\n"
if $verbose;
$cmd_rename{$refs[0]} = $refs[1];
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs