projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9de0e24
)
debug-print-function: output like older portage
author
Zac Medico
<zmedico@gentoo.org>
Wed, 27 Oct 2010 15:37:29 +0000
(08:37 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 27 Oct 2010 15:39:20 +0000
(08:39 -0700)
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index c56d892b97b8b1afb80d800126cd6afafc8eedb1..0d59f4ebd7552310dbba3204d7ce77eb45e6c058 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-1287,7
+1287,7
@@
debug-print() {
# The following 2 functions are debug-print() wrappers
debug-print-function() {
- debug-print "${1}, parameters: ${*:2}"
+ debug-print "${1}
: entering function
, parameters: ${*:2}"
}
debug-print-section() {