]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Now we need 3 arguments all the time for this script.
authorrazvanm <razvanm>
Tue, 16 Dec 2008 00:08:33 +0000 (00:08 +0000)
committerrazvanm <razvanm>
Tue, 16 Dec 2008 00:08:33 +0000 (00:08 +0000)
apps/tests/deluge/Blink/burn

index 5622fdfc32906a5d77c11b9e4ff894174cd90df2..dd67c5b13803de08045e4e107e086116817df4ad 100755 (executable)
@@ -13,7 +13,7 @@ then
   exit 2
 fi
 
-if [[ $# -ne 2 && $# -ne 3 ]]; then
+if [[ $# -ne 3 ]]; then
   echo "Usage: $0 <prog_source> <comm_source> <platform>"
   echo "  <prog_source> bsl,PORT | mib510,PORT | eprb,PORT"
   echo "  <comm_source> serial@PORT:SPEED | network@HOST:PORT"