diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2017-02-23 10:55:50 -0500 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2017-02-23 12:01:27 -0500 |
commit | c006a75a6bd3584ff28158c69f4af024ac66cae0 (patch) | |
tree | bcd665cf5d06f88cc752532c3b12d2a3dba00f7c /eclass | |
parent | mozilla eclasses: remove old mozcoreconf and mozlinguas (diff) | |
download | gentoo-c006a75a6bd3584ff28158c69f4af024ac66cae0.tar.gz gentoo-c006a75a6bd3584ff28158c69f4af024ac66cae0.tar.bz2 gentoo-c006a75a6bd3584ff28158c69f4af024ac66cae0.zip |
mozcoreconf-v4.eclass: change 'eval unset' to 'unset'
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozcoreconf-v4.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass index 9d0334a189cf..342b4b9eeca7 100644 --- a/eclass/mozcoreconf-v4.eclass +++ b/eclass/mozcoreconf-v4.eclass @@ -97,7 +97,7 @@ moz_pkgsetup() { export USE_PTHREADS=1 export ALDFLAGS=${LDFLAGS} # ensure MOZCONFIG is not defined - eval unset MOZCONFIG + unset MOZCONFIG # set MOZILLA_FIVE_HOME export MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" |