diff options
-rwxr-xr-x | bin/ebuild.sh | 2 |
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) |