diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-03-05 23:25:45 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-03-05 23:25:45 +0000 |
commit | f1d11bf7683c088124ed6fee62d4ee80222cd6b4 (patch) | |
tree | d8833955f713355c2e07112e9bf5d6dd12feb1d3 /chapter06 | |
parent | 3bc007754de9dcdb1a6d5bd7127f58ecb204f42d (diff) |
[Bug 251] fix comment
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/shellutils-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/shellutils-inst.xml b/chapter06/shellutils-inst.xml index 3003c052d..f23e3dbc8 100644 --- a/chapter06/shellutils-inst.xml +++ b/chapter06/shellutils-inst.xml @@ -21,7 +21,7 @@ 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>/usr/bin</filename> directory:</para> +<filename>/bin</filename> directory:</para> <para><screen><userinput>cd /bin && ln -sf test [</userinput></screen></para> |