diff options
-rwxr-xr-x | bin/ebuild.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index ddef536d2..467e796db 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -285,6 +285,9 @@ diefunc() { } dump_trace() { + # usage- first arg is the number of funcs on the stack to ignore. + # defaults to 1 (ignoring dump_trace) + # pulled from eselect. local skip funcname sourcefile lineno if [[ -n $1 ]]; then declare -i skip=$1 |