diff options
Diffstat (limited to 'chapter06/shellutils-inst.xml')
-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 24cf497d7..9c7cee0b9 100644 --- a/chapter06/shellutils-inst.xml +++ b/chapter06/shellutils-inst.xml @@ -21,7 +21,7 @@ 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. Create it by running:</para> -<para><screen><userinput>ln -sf test /bin/[</userinput></screen></para> +<para><screen><userinput>ln -s test /bin/[</userinput></screen></para> </sect2> |