diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-09 18:07:15 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-09 18:07:15 +0000 |
commit | 046a971690b9240fa1da535e84af175eff29bebe (patch) | |
tree | 3aad249a4c8e6a0ee8a48a0ca40bd4425f48f76e /bin/isolated-functions.sh | |
parent | Fix "TabError: inconsistent use of tabs and spaces in indentation" with Pytho... (diff) | |
download | portage-multirepo-046a971690b9240fa1da535e84af175eff29bebe.tar.gz portage-multirepo-046a971690b9240fa1da535e84af175eff29bebe.tar.bz2 portage-multirepo-046a971690b9240fa1da535e84af175eff29bebe.zip |
Ask for the output of 'emerge --info =$CATEGORY/$PF'.
svn path=/main/trunk/; revision=14525
Diffstat (limited to 'bin/isolated-functions.sh')
-rwxr-xr-x | bin/isolated-functions.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index bfec2d64..bbe6f045 100755 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -121,8 +121,8 @@ die() { | sed -e '1d' -e 's:^:RETAIN-LEADING-SPACE:' \ | while read -r n ; do eerror " ${n#RETAIN-LEADING-SPACE}" ; done eerror - eerror "If you need support, post emerge --info, the complete build log" - eerror "and the output of emerge -pqv =$CATEGORY/$PF." + eerror "If you need support, post the output of 'emerge --info =$CATEGORY/$PF'," + eerror "the complete build log and the output of 'emerge -pqv =$CATEGORY/$PF'." if [[ -n ${EBUILD_OVERLAY_ECLASSES} ]] ; then eerror "This ebuild used the following eclasses from overlays:" local x |