From ac4017522162896b28ce1780f913d1841b23bf1f Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Wed, 15 Feb 2006 11:21:56 +0000 Subject: silence extdebug errors when on bash2; it's handled by the code already, just is fugly. svn path=/main/trunk/; revision=2713 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ebuild.sh') 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) -- cgit v1.2.3-1-g7c22