[Tinyos-commits] CVS: tinyos-1.x/tools/src/motelist motelist-linux,
1.4, 1.5
Cory Sharp
cssharp at users.sourceforge.net
Thu Sep 22 17:16:39 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tools/src/motelist
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15126
Modified Files:
motelist-linux
Log Message:
Fix small typo. I'd tested it to work before, which is strange, because I
would think this bug would have prevented proper operation. *shurg*
Index: motelist-linux
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/src/motelist/motelist-linux,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** motelist-linux 23 Sep 2005 00:04:20 -0000 1.4
--- motelist-linux 23 Sep 2005 00:16:37 -0000 1.5
***************
*** 158,162 ****
$text =~ s/^\S+\s*//gm;
$text =~ s/\s*(\S+=)/\001$1/g;
! return map { m/(.*?)=(.*)/ } split /\001/;
}
--- 158,162 ----
$text =~ s/^\S+\s*//gm;
$text =~ s/\s*(\S+=)/\001$1/g;
! return map { m/(.*?)=(.*)/ } split /\001/, $text;
}
More information about the Tinyos-commits
mailing list