silence extdebug errors when on bash2; it's handled by the code already, just is...
authorBrian Harring <ferringb@gentoo.org>
Wed, 15 Feb 2006 11:21:56 +0000 (11:21 -0000)
committerBrian Harring <ferringb@gentoo.org>
Wed, 15 Feb 2006 11:21:56 +0000 (11:21 -0000)
svn path=/main/trunk/; revision=2713

bin/ebuild.sh

index d31d0c63e776e93c36eda9216b86c38b1b13abf5..903a6d083a2ab1403c14442a608e0b7f93903509 100755 (executable)
@@ -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)