Skip to content

Commit

Permalink
mozcoreconf-v5.eclass: change 'eval unset' to 'unset'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Wendler committed Aug 22, 2017
1 parent 1b9dcef commit 07f3e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/mozcoreconf-v5.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 07f3e90

Please sign in to comment.