commit: 41cf287b363718c124bd70a8ca8eee715f757206
Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 20:07:32 2015 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 20:07:32 2015 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=41cf287b
by request, keep consistant double quotes; fixing sed removal of bindist in
chroot-functions.sh
targets/support/chroot-functions.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/targets/support/chroot-functions.sh
b/targets/support/chroot-functions.sh
index 9066642..5e046cb 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -289,7 +289,7 @@ run_merge() {
emerge ${clst_myemergeopts} $@ || exit 1
# Clean-up USE again
- sed -i '/USE="${USE} bindist"/d' "${clst_make_conf}"
+ sed -i "/USE=\"\${USE} bindist\"/d" "${clst_make_conf}"
}
show_debug() {