projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4688699
)
Filter HOSTTYPE, MACHTYPE, and OSTYPE vars that are set by bash.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 22 Nov 2007 07:42:02 +0000
(07:42 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 22 Nov 2007 07:42:02 +0000
(07:42 -0000)
(trunk r8595).
svn path=/main/branches/2.1.2/; revision=8596
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index dadcedf649603e33f3c1c587e4228f91a7073db5..3a4273c8523478ff019d2078408ad3ab6c2ce931 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-1422,7
+1422,8
@@
save_ebuild_env() {
(
# misc variables set by bash
- unset BASH IFS OLDPWD OPTERR OPTIND PS4 PWD SHELL
+ unset BASH HOSTTYPE IFS MACHTYPE OLDPWD \
+ OPTERR OPTIND OSTYPE PS4 PWD SHELL
# misc variables inherited from the calling environment
unset COLORTERM DISPLAY EDITOR LESS LESSOPEN LOGNAME LS_COLORS PAGER \