diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-22 16:56:08 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-22 16:56:08 +0200 |
commit | 07f3e90546fdf589dfaa90c117fcb257d38964bc (patch) | |
tree | 662aaccd22a7d68563e5453700d6dfd37ab4fbba | |
parent | 1b9dcef76fad163d74156fc7a064680ff9e7cbc8 (diff) | |
download | gentoo-07f3e90546fdf589dfaa90c117fcb257d38964bc.tar.gz gentoo-07f3e90546fdf589dfaa90c117fcb257d38964bc.tar.xz |
mozcoreconf-v5.eclass: change 'eval unset' to 'unset'
-rw-r--r-- | eclass/mozcoreconf-v5.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozcoreconf-v5.eclass b/eclass/mozcoreconf-v5.eclass index 9a15798681b..02ade3994bf 100644 --- a/eclass/mozcoreconf-v5.eclass +++ b/eclass/mozcoreconf-v5.eclass @@ -96,7 +96,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}" |