commit: 1b193d91bb09cabb15bb979df2228ffa82e3f9fc Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org> AuthorDate: Thu Aug 20 14:11:25 2020 +0000 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org> CommitDate: Thu Aug 20 14:14:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b193d91
mate.eclass: Fix quoting Closes: https://bugs.gentoo.org/738150 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org> eclass/mate.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/mate.eclass b/eclass/mate.eclass index 27875574ac5..d7dd2dbceec 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
