summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2006-01-23 07:49:59 +0000
committerBrian Harring <ferringb@gentoo.org>2006-01-23 07:49:59 +0000
commiteb0f9fdbd32fdaedf23b44b3cbeccce403713ff3 (patch)
treed4a5b7deeaef2d8c511f1b72b0f5681614826512 /bin
parent78d58ed662329886283547e7681e9384bf8cc867 (diff)
downloadportage-eb0f9fdbd32fdaedf23b44b3cbeccce403713ff3.tar.gz
portage-eb0f9fdbd32fdaedf23b44b3cbeccce403713ff3.tar.bz2
portage-eb0f9fdbd32fdaedf23b44b3cbeccce403713ff3.zip
updated diefunc "post the relevant info" msg
svn path=/main/trunk/; revision=2573
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 5334abdf4..ddef536d2 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -274,7 +274,7 @@ diefunc() {
echo "!!! ERROR: $CATEGORY/$PF failed." >&2
dump_trace 2 1>&2
echo "!!! ${*:-(no error message)}" >&2
- echo "!!! If you need support, post the topmost build error, NOT this status message." >&2
+ echo "!!! If you need support, post the topmost build error, and the call stack if relevant." >&2
echo >&2
if [ "${EBUILD_PHASE/depend}" == "${EBUILD_PHASE}" ]; then
for x in $EBUILD_DEATH_HOOKS; do