|
From: <jas...@us...> - 2003-04-02 20:52:59
|
Update of /cvsroot/genex/genex-server/DB/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv31344
Modified Files:
fix-array-cel.pl
Log Message:
* DB/scripts/fix-array-cel.pl (Repository):
fixed whitespace issue
Index: fix-array-cel.pl
===================================================================
RCS file: /cvsroot/genex/genex-server/DB/scripts/fix-array-cel.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** fix-array-cel.pl 2 Apr 2003 20:09:57 -0000 1.3
--- fix-array-cel.pl 2 Apr 2003 20:52:53 -0000 1.4
***************
*** 97,100 ****
--- 97,102 ----
if (exists $OPTIONS{design}) {
+ $num =~ s/\s+//;
+ $name =~ s/\s+//;
print DESIGN "$num\t$name\n";
}
|