mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-14 07:29:53 +00:00
print appended , to the extra data
This commit is contained in:
parent
d60cc72ac4
commit
c68af8819f
@ -105,7 +105,7 @@ print "done sending files.\n";
|
|||||||
|
|
||||||
print "sending " ;
|
print "sending " ;
|
||||||
print @ARGV;
|
print @ARGV;
|
||||||
print "\n";
|
print ",\n";
|
||||||
|
|
||||||
$ob->write(@ARGV);
|
$ob->write(@ARGV);
|
||||||
$ob->write(',');
|
$ob->write(',');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user