From 1b193d91bb09cabb15bb979df2228ffa82e3f9fc Mon Sep 17 00:00:00 2001 From: Adam Feldman Date: Thu, 20 Aug 2020 10:11:25 -0400 Subject: mate.eclass: Fix quoting Closes: https://bugs.gentoo.org/738150 Signed-off-by: Adam Feldman --- eclass/mate.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/mate.eclass b/eclass/mate.eclass index 27875574ac51..d7dd2dbceec0 100644 --- a/eclass/mate.eclass +++ b/eclass/mate.eclass @@ -126,7 +126,7 @@ mate_src_configure() { fi fi - gnome2_src_configure "${mateconf[@]} $@" + gnome2_src_configure "${mateconf[@]}" "$@" } # @FUNCTION: mate_src_install -- cgit v1.2.3-65-gdbad