projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb0f9fd
)
Added usage info to dump_trace, and credit for the code (eselect authors)
author
Brian Harring
<ferringb@gentoo.org>
Mon, 23 Jan 2006 07:55:15 +0000
(07:55 -0000)
committer
Brian Harring
<ferringb@gentoo.org>
Mon, 23 Jan 2006 07:55:15 +0000
(07:55 -0000)
svn path=/main/trunk/; revision=2574
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index ddef536d2f88b801b09b9e5ff8ace284c6e05f0d..467e796db7142975e76a11e54e758bc504577110 100755
(executable)
--- 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