From bd1fbccc197cc2cfb720e87c3f18a7f1707a8240 Mon Sep 17 00:00:00 2001 From: "leedongmyung[desktop]" Date: Thu, 16 Nov 2023 21:32:43 +0900 Subject: [PATCH] test --- lib/cli/cli.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/cli.dart b/lib/cli/cli.dart index 65bef9a..0fb39c1 100644 --- a/lib/cli/cli.dart +++ b/lib/cli/cli.dart @@ -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 "${printList.first}"'); } else { message.writeln('echo -e "');