test
This commit is contained in:
parent
bd1fbccc19
commit
cbd8bd7254
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ class _PrinterUnix extends Printer {
|
|||
var c = Completer();
|
||||
StringBuffer message = StringBuffer();
|
||||
if (printList.length == 1) {
|
||||
message.write('echo "${printList.first}"');
|
||||
message.write('echo -n "${printList.first}"');
|
||||
} else {
|
||||
message.writeln('echo -e "');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue