mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-14 07:29:53 +00:00
only send the aux string if there is one to send
This commit is contained in:
parent
dc893dba57
commit
29d8cc6035
@ -103,9 +103,11 @@ while(1) {
|
|||||||
|
|
||||||
print "done sending files.\n";
|
print "done sending files.\n";
|
||||||
|
|
||||||
print "sending " ;
|
if(scalar(@ARGV)!=0) {
|
||||||
print @ARGV;
|
print "sending " ;
|
||||||
print ",\n";
|
print @ARGV;
|
||||||
|
print ",\n";
|
||||||
|
}
|
||||||
|
|
||||||
$ob->write(@ARGV);
|
$ob->write(@ARGV);
|
||||||
$ob->write(',');
|
$ob->write(',');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user