projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fba5dfe
)
mozcoreconf-v4.eclass: change 'eval unset' to 'unset'
author
Ian Stakenvicius
<axs@gentoo.org>
Thu, 23 Feb 2017 15:55:50 +0000
(10:55 -0500)
committer
Ian Stakenvicius
<axs@gentoo.org>
Thu, 23 Feb 2017 17:01:27 +0000
(12:01 -0500)
eclass/mozcoreconf-v4.eclass
patch
|
blob
|
history
diff --git
a/eclass/mozcoreconf-v4.eclass
b/eclass/mozcoreconf-v4.eclass
index 9d0334a189cffbc8f05e66ee686740f9c69aec58..342b4b9eeca7cbbf67e62604a53ec55419fc4efe 100644
(file)
--- 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}"