From ebba8f70cc41545f6ae4f1a0e61a082f957be768 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 1 Dec 2020 01:18:32 +0900 Subject: [PATCH] Fix build --- shellwords.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shellwords.go b/shellwords.go index 236c14d..fc29fa4 100644 --- a/shellwords.go +++ b/shellwords.go @@ -141,7 +141,7 @@ loop: if escaped { buf += string(r) escaped = false - got = true + got = argSingle continue }