From c4dfba5a4b93e585f8ae57a5d20d0e670a892eda Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Fri, 29 Feb 2008 16:33:30 +0000 Subject: [PATCH] Escape the correct quote git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1345 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 4 ++++ targets/support/kmerge.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 343f2d49..0956f6c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 29 Feb 2008; Andrew Gaffney + targets/support/kmerge.sh: + Escape the correct quote + 29 Feb 2008; Andrew Gaffney targets/support/kmerge.sh: Change remaining instances of run_emerge to run_merge diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh index 4a17e020..3f8d1a7c 100755 --- a/targets/support/kmerge.sh +++ b/targets/support/kmerge.sh @@ -185,7 +185,7 @@ then fi [ -e /etc/make.conf ] && \ - echo \"USE="\${USE} ${clst_kernel_use} symlink build\"" >> /etc/make.conf + echo "USE=\"\${USE} ${clst_kernel_use} symlink build\"" >> /etc/make.conf if [ -n "${clst_KERNCACHE}" ] then -- 2.26.2