aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bash-exp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/bash-exp.xml')
-rw-r--r--chapter05/bash-exp.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/bash-exp.xml b/chapter05/bash-exp.xml
index 3dd99144a..5a17c6bba 100644
--- a/chapter05/bash-exp.xml
+++ b/chapter05/bash-exp.xml
@@ -28,11 +28,11 @@ trouble later on in this chapter when you install the Texinfo package.
That package requires ncurses and termcap can't reliably be used
there.</para>
-<para><userinput>ln -sf bash sh:</userinput> This command creates the sh
-symlink that points to bash. Most scripts run themselves via 'sh'
-(invoked by the #!/bin/sh as the first line in the scripts) which
-invokes a special bash mode. Bash will then behave (as closely as
-possible) as the original Bourne shell.</para>
+<para><userinput>ln -sf bash $LFS/bin/sh:</userinput> This command creates
+the <filename class="symlink">sh</filename> symlink that points to bash. Most
+scripts run themselves via 'sh' (invoked by the #!/bin/sh as the first line
+in the scripts) which invokes a special bash mode. Bash will then behave
+(as closely as possible) as the original Bourne shell.</para>
<para>The <userinput>&amp;&amp;</userinput>'s at the end of every line cause
the next command to be executed only if the previous command exists