We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030cc65 commit 3136567Copy full SHA for 3136567
shellwords.go
@@ -163,9 +163,7 @@ loop:
163
if err != nil {
164
return nil, err
165
}
166
- for _, str := range strs {
167
- args = append(args, str)
168
- }
+ args = append(args, strs...)
169
} else {
170
args = append(args, replaceEnv(p.Getenv, buf))
171
@@ -267,9 +265,7 @@ loop:
267
265
268
266
269
270
271
272
273
274
275
0 commit comments