Skip to content

Commit ebba8f7

Browse files
committed
Fix build
1 parent 866d8eb commit ebba8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shellwords.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ loop:
141141
if escaped {
142142
buf += string(r)
143143
escaped = false
144-
got = true
144+
got = argSingle
145145
continue
146146
}
147147

0 commit comments

Comments
 (0)