From: Brian Harring Date: Wed, 15 Feb 2006 11:21:56 +0000 (-0000) Subject: silence extdebug errors when on bash2; it's handled by the code already, just is... X-Git-Tag: v2.1_pre5_2760~43 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ac4017522162896b28ce1780f913d1841b23bf1f;p=portage.git silence extdebug errors when on bash2; it's handled by the code already, just is fugly. svn path=/main/trunk/; revision=2713 --- 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)