From 23946a44d6f530e785022c56a20b5b3575a575ca Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Fri, 25 Sep 2020 00:31:24 -0800 Subject: [PATCH] Remove buffer from args --- quotearg.go | 1 - 1 file changed, 1 deletion(-) diff --git a/quotearg.go b/quotearg.go index 50f9fe5..8a46811 100644 --- a/quotearg.go +++ b/quotearg.go @@ -380,7 +380,6 @@ ForceOuterQuotingStyle: style = ShellEscapeAlwaysQuotingStyle } return Quote( - buffer, arg, style, flags & ^QAElideOuterQuotes,