Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin Pianalto
23946a44d6 Remove buffer from args 2020-09-25 00:31:24 -08:00

View File

@ -380,7 +380,6 @@ ForceOuterQuotingStyle:
style = ShellEscapeAlwaysQuotingStyle style = ShellEscapeAlwaysQuotingStyle
} }
return Quote( return Quote(
buffer,
arg, arg,
style, style,
flags & ^QAElideOuterQuotes, flags & ^QAElideOuterQuotes,