Escape the correct quote
authorAndrew Gaffney <agaffney@gentoo.org>
Fri, 29 Feb 2008 16:33:30 +0000 (16:33 +0000)
committerAndrew Gaffney <agaffney@gentoo.org>
Fri, 29 Feb 2008 16:33:30 +0000 (16:33 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1345 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/kmerge.sh

index 343f2d49bf1a398d0af4c3f439f6ed4262dd0fe8..0956f6c9d2852582c8f8d2e150212181dc00d010 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  29 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
+  targets/support/kmerge.sh:
+  Escape the correct quote
+
   29 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
   targets/support/kmerge.sh:
   Change remaining instances of run_emerge to run_merge
index 4a17e020d3ade831d0b5f3b3189fbd0fc2313cd8..3f8d1a7cf348c40c600fd7ae51aeaaf81518eaa2 100755 (executable)
@@ -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