projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0366fcd
)
silence extdebug errors when on bash2; it's handled by the code already, just is...
author
Brian Harring
<ferringb@gentoo.org>
Wed, 15 Feb 2006 11:21:56 +0000
(11:21 -0000)
committer
Brian Harring
<ferringb@gentoo.org>
Wed, 15 Feb 2006 11:21:56 +0000
(11:21 -0000)
svn path=/main/trunk/; revision=2713
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index d31d0c63e776e93c36eda9216b86c38b1b13abf5..903a6d083a2ab1403c14442a608e0b7f93903509 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-285,7
+285,7
@@
diefunc() {
exit 1
}
-shopt -s extdebug
+shopt -s extdebug
&> /dev/null
# usage- first arg is the number of funcs on the stack to ignore.
# defaults to 1 (ignoring dump_trace)