[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/deluge/Blink burn, 1.10, 1.11

Razvan Musaloiu-E. razvanm at users.sourceforge.net
Mon Dec 15 16:08:35 PST 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/deluge/Blink
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5413

Modified Files:
	burn 
Log Message:
Now we need 3 arguments all the time for this script.


Index: burn
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/deluge/Blink/burn,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** burn	15 Dec 2008 00:50:37 -0000	1.10
--- burn	16 Dec 2008 00:08:33 -0000	1.11
***************
*** 14,18 ****
  fi
  
! if [[ $# -ne 2 && $# -ne 3 ]]; then
    echo "Usage: $0 <prog_source> <comm_source> <platform>"
    echo "  <prog_source> bsl,PORT | mib510,PORT | eprb,PORT"
--- 14,18 ----
  fi
  
! if [[ $# -ne 3 ]]; then
    echo "Usage: $0 <prog_source> <comm_source> <platform>"
    echo "  <prog_source> bsl,PORT | mib510,PORT | eprb,PORT"



More information about the Tinyos-2-commits mailing list