summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2006-02-15 11:21:56 +0000
committerBrian Harring <ferringb@gentoo.org>2006-02-15 11:21:56 +0000
commitac4017522162896b28ce1780f913d1841b23bf1f (patch)
tree3bb9aade9ad8f1b3e7fe04bb256373ecf809846a /bin
parent0366fcd8bc46a9560f76ca467a1f9edddf0696d3 (diff)
downloadportage-ac4017522162896b28ce1780f913d1841b23bf1f.tar.gz
portage-ac4017522162896b28ce1780f913d1841b23bf1f.tar.bz2
portage-ac4017522162896b28ce1780f913d1841b23bf1f.zip
silence extdebug errors when on bash2; it's handled by the code already, just is fugly.
svn path=/main/trunk/; revision=2713
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index d31d0c63e..903a6d083 100755
--- 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)