diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2020-09-03 16:10:51 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2020-09-03 16:10:51 -0400 |
commit | 6804a315bd912f505ad2406539eaea2a4bcd4273 (patch) | |
tree | d2d961712f769100ee9789372bf80f8e69898b6b /eclass | |
parent | dev-libs/libmateweather: Stabilize 1.24.0-r1 for amd64, x86 (diff) | |
download | gentoo-mate-6804a315bd912f505ad2406539eaea2a4bcd4273.tar.gz gentoo-mate-6804a315bd912f505ad2406539eaea2a4bcd4273.tar.bz2 gentoo-mate-6804a315bd912f505ad2406539eaea2a4bcd4273.zip |
mate.eclass: fix quoting, sync with ::gentoo
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mate.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 |