From 6804a315bd912f505ad2406539eaea2a4bcd4273 Mon Sep 17 00:00:00 2001 From: Adam Feldman Date: Thu, 3 Sep 2020 16:10:51 -0400 Subject: mate.eclass: fix quoting, sync with ::gentoo 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 2787557..d7dd2db 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