[Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/misc tos-write-buildinfo.in, 1.1, 1.2

Jan Beutel beutel at users.sourceforge.net
Fri Aug 17 09:57:57 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/tools/tinyos/misc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27502/tools/tinyos/misc

Modified Files:
	tos-write-buildinfo.in 
Log Message:
fixed bug in printing

Index: tos-write-buildinfo.in
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/tinyos/misc/tos-write-buildinfo.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tos-write-buildinfo.in	17 Aug 2007 15:48:30 -0000	1.1
--- tos-write-buildinfo.in	17 Aug 2007 16:57:55 -0000	1.2
***************
*** 44,48 ****
  my $rc2 = qx"$size $exe |grep main ";
  #print $rc2;
! print $size;
  @text =  split(' ', $rc2);
  
--- 44,48 ----
  my $rc2 = qx"$size $exe |grep main ";
  #print $rc2;
! #print $size;
  @text =  split(' ', $rc2);
  



More information about the Tinyos-2-commits mailing list