Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/
Date: Mon, 31 Aug 2015 20:07:41
Message-Id: 1441051652.41cf287b363718c124bd70a8ca8eee715f757206.zerochaos@gentoo
1 commit: 41cf287b363718c124bd70a8ca8eee715f757206
2 Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 20:07:32 2015 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 20:07:32 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=41cf287b
7
8 by request, keep consistant double quotes; fixing sed removal of bindist in chroot-functions.sh
9
10 targets/support/chroot-functions.sh | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
14 index 9066642..5e046cb 100755
15 --- a/targets/support/chroot-functions.sh
16 +++ b/targets/support/chroot-functions.sh
17 @@ -289,7 +289,7 @@ run_merge() {
18 emerge ${clst_myemergeopts} $@ || exit 1
19
20 # Clean-up USE again
21 - sed -i '/USE="${USE} bindist"/d' "${clst_make_conf}"
22 + sed -i "/USE=\"\${USE} bindist\"/d" "${clst_make_conf}"
23 }
24
25 show_debug() {