Remove buffer from args

This commit is contained in:
Dustin Pianalto 2020-09-25 00:31:24 -08:00
parent 5105e7ec4f
commit 23946a44d6

View File

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