diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-09 10:36:21 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-09 10:36:21 +0000 |
commit | 1a4422699a9f1854a75b651665b9e2cc853cbfa9 (patch) | |
tree | 862e78a2a17edfb3d61ae0e5415ce6e05a4aa4ba /chapter06 | |
parent | 7511586fd553898e8f6ffe1cb49a5b457f4289cc (diff) |
fixed typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@952 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bash-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bash-inst.xml b/chapter06/bash-inst.xml index 41dfe38c6..6ca2e5600 100644 --- a/chapter06/bash-inst.xml +++ b/chapter06/bash-inst.xml @@ -7,7 +7,7 @@ <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>logout</userinput> -<userinput>mv $LFS/usr/bin/bash $LFS/usr/bin/bashbug $LFS/bin &&</userinput> +<userinput>mv $LFS/usr/bin/bash $LFS/usr/bin/bashbug $LFS/bin &&</userinput> &c6-chrootcmd;</screen></para> <para>The static bash is replaced with the dynamic bash after we exit |