diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-31 20:10:06 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-31 20:10:06 +0000 |
commit | b0747dac9d975b3805d0b62b484b2088a07ce140 (patch) | |
tree | f74a16045ccbc14fb8dea22cffe808950d84637b /chapter06 | |
parent | 26bb7e6a992fbb553bc02ad74d7cf23104939484 (diff) |
White space matters now...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bash-inst.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/bash-inst.xml b/chapter06/bash-inst.xml index 619267681..41dfe38c6 100644 --- a/chapter06/bash-inst.xml +++ b/chapter06/bash-inst.xml @@ -7,8 +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 |