[Tinyos-commits] CVS: tinyos-1.x/tools/scripts toscheck, 1.5,
1.5.2.1
Kristin Wright
kristinwright at users.sourceforge.net
Wed Jun 1 13:20:47 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tools/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28935
Modified Files:
Tag: tos-1-1-13-candidate
toscheck
Log Message:
added a version string
Index: toscheck
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/scripts/toscheck,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -d -r1.5 -r1.5.2.1
*** toscheck 26 Apr 2005 00:14:58 -0000 1.5
--- toscheck 1 Jun 2005 20:20:44 -0000 1.5.2.1
***************
*** 4,7 ****
--- 4,8 ----
#
+ $toscheck_version = 1.6;
sub which {
***************
*** 491,494 ****
--- 492,497 ----
chdir "/tmp";
+ print "\ntoscheck version $toscheck_version\n\n";
+
chk_path();
chk_classpath();
More information about the Tinyos-commits
mailing list