diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-10 20:44:16 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-10 20:44:16 +0000 |
commit | bc8cca581fed74c60e201a89acb38cb2344c9b1b (patch) | |
tree | 083cf3ef71c66c95887fc07c0963aaaf52b3a049 /chapter06/bash.xml | |
parent | 67d1e797c307817787ac03eda253312b110ba45d (diff) |
Text updates to cross2 branch Chapter 6
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r-- | chapter06/bash.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 92627e92c..bc0b211af 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -74,7 +74,7 @@ <screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen> - <para>Move the excutable to where it is expected to be:</para> + <para>Move the excutable to where it is expected:</para> <screen><userinput remap="install">mv $LFS/usr/bin/bash $LFS/bin/bash</userinput></screen> |