Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 20 Aug 2020 14:15:13
Message-Id: 1597932868.1b193d91bb09cabb15bb979df2228ffa82e3f9fc.np-hardass@gentoo
1 commit: 1b193d91bb09cabb15bb979df2228ffa82e3f9fc
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 20 14:11:25 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 20 14:14:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b193d91
7
8 mate.eclass: Fix quoting
9
10 Closes: https://bugs.gentoo.org/738150
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12
13 eclass/mate.eclass | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/eclass/mate.eclass b/eclass/mate.eclass
17 index 27875574ac5..d7dd2dbceec 100644
18 --- a/eclass/mate.eclass
19 +++ b/eclass/mate.eclass
20 @@ -126,7 +126,7 @@ mate_src_configure() {
21 fi
22 fi
23
24 - gnome2_src_configure "${mateconf[@]} $@"
25 + gnome2_src_configure "${mateconf[@]}" "$@"
26 }
27
28 # @FUNCTION: mate_src_install