Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: bin/
Date: Tue, 01 May 2012 13:11:13
Message-Id: 1335877842.721b4b7d8a9f6cca32d946dd416d221cbc3088b2.zmedico@gentoo
1 commit: 721b4b7d8a9f6cca32d946dd416d221cbc3088b2
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 1 13:10:42 2012 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 13:10:42 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=721b4b7d
7
8 Quote atoms in die message for bug #414201.
9
10 This allows zsh users to copy/paste while avoiding = expansion.
11
12 ---
13 bin/isolated-functions.sh | 4 ++--
14 1 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
17 index 536b6d4..9b91e6b 100644
18 --- a/bin/isolated-functions.sh
19 +++ b/bin/isolated-functions.sh
20 @@ -173,8 +173,8 @@ die() {
21 | while read -r n ; do eerror " ${n#RETAIN-LEADING-SPACE}" ; done
22 eerror
23 fi
24 - eerror "If you need support, post the output of 'emerge --info =$CATEGORY/$PF',"
25 - eerror "the complete build log and the output of 'emerge -pqv =$CATEGORY/$PF'."
26 + eerror "If you need support, post the output of \`emerge --info '=$CATEGORY/$PF'\`,"
27 + eerror "the complete build log and the output of \`emerge -pqv '=$CATEGORY/$PF'\`."
28 if [[ -n ${EBUILD_OVERLAY_ECLASSES} ]] ; then
29 eerror "This ebuild used the following eclasses from overlays:"
30 local x