aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/makedev-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-03-10 04:42:20 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-03-10 04:42:20 +0000
commit954db1565f36fb415cf3abafbe7ad780475055c1 (patch)
tree1dab6bc6cfdd6981a52d292e6dfc99db8e90f2cc /chapter05/makedev-inst.xml
parent171b2e930d22daba5b2675493b2e6e6b62177a09 (diff)
quatation mark changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@285 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/makedev-inst.xml')
-rw-r--r--chapter05/makedev-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/makedev-inst.xml b/chapter05/makedev-inst.xml
index 6555d3db2..61615e94f 100644
--- a/chapter05/makedev-inst.xml
+++ b/chapter05/makedev-inst.xml
@@ -7,7 +7,7 @@ Install MAKEDEV by running the following commands:
<blockquote><literallayout>
- <userinput>sed "s/# 9/9/" MAKEDEV &gt;$LFS/dev/MAKEDEV
+ <userinput>sed s/"# 9"/9/ MAKEDEV &gt;$LFS/dev/MAKEDEV
&amp;&amp;</userinput>
<userinput>chmod 754 $LFS/dev/MAKEDEV &amp;&amp;</userinput>
<userinput>cp $LFS/dev/MAKEDEV $LFS/dev/MAKEDEV-temp