From: razvanm Date: Tue, 16 Dec 2008 00:08:33 +0000 (+0000) Subject: Now we need 3 arguments all the time for this script. X-Git-Tag: rc_6_tinyos_2_1_1~544 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=b1212b9b6c4d656676e273e03cf86ed3cfa8987c Now we need 3 arguments all the time for this script. --- diff --git a/apps/tests/deluge/Blink/burn b/apps/tests/deluge/Blink/burn index 5622fdfc..dd67c5b1 100755 --- a/apps/tests/deluge/Blink/burn +++ b/apps/tests/deluge/Blink/burn @@ -13,7 +13,7 @@ then exit 2 fi -if [[ $# -ne 2 && $# -ne 3 ]]; then +if [[ $# -ne 3 ]]; then echo "Usage: $0 " echo " bsl,PORT | mib510,PORT | eprb,PORT" echo " serial@PORT:SPEED | network@HOST:PORT"