aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/shellutils-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-05-21 16:50:46 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-05-21 16:50:46 +0000
commita81d3ab06106446982eb3364701fd9c667542448 (patch)
tree4507fe211a3384d7324a71748850c97e94615c0d /chapter06/shellutils-inst.xml
parentf49cf1a7926369edec993c48cd34256a73b57e69 (diff)
removed sentence refering to cd'ing first which isn't true anymore
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1890 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shellutils-inst.xml')
-rw-r--r--chapter06/shellutils-inst.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/shellutils-inst.xml b/chapter06/shellutils-inst.xml
index 3e12be173..cbc5f41cf 100644
--- a/chapter06/shellutils-inst.xml
+++ b/chapter06/shellutils-inst.xml
@@ -19,8 +19,7 @@ mv /usr/bin/chroot /usr/sbin</userinput></screen></para>
often used in shell scripts to evaluate conditions, but is more often
encountered in the form of <command>[ condition ]</command>. These brackets
are built into the bash interpreter, but the FHS dictates that there should be a
-<filename>[</filename> binary. We create that in this way, while still in the
-<filename class="directory">/bin</filename> directory:</para>
+<filename>[</filename> binary. Create it by running:</para>
<para><screen><userinput>ln -sf test /bin/[</userinput></screen></para>