[Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/misc tos-deluge, 1.10, 1.11

Razvan Musaloiu-E. razvanm at users.sourceforge.net
Mon Jan 14 09:42:26 PST 2008


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

Modified Files:
	tos-deluge 
Log Message:
Correct the PATH_PY_BUILD_IMAGE to autodetect the tos-build-deluge-image.


Index: tos-deluge
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/tinyos/misc/tos-deluge,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** tos-deluge	14 Jan 2008 16:39:47 -0000	1.10
--- tos-deluge	14 Jan 2008 17:42:23 -0000	1.11
***************
*** 30,34 ****
  
  # Path to the python script that builds Deluge image from XML
! PATH_PY_BUILD_IMAGE  = './tos-build-deluge-image'
  
  # TinyOS serial communication parameters
--- 30,34 ----
  
  # Path to the python script that builds Deluge image from XML
! PATH_PY_BUILD_IMAGE  = os.path.join(os.path.dirname(sys.argv[0]), 'tos-build-deluge-image')
  
  # TinyOS serial communication parameters



More information about the Tinyos-2-commits mailing list