aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bash-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/bash-inst.xml')
-rw-r--r--chapter06/bash-inst.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter06/bash-inst.xml b/chapter06/bash-inst.xml
index ea821923e..88f6aa874 100644
--- a/chapter06/bash-inst.xml
+++ b/chapter06/bash-inst.xml
@@ -6,7 +6,6 @@
<para><screen><userinput>./configure --prefix=/usr --bindir=/bin &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
-ln -sf bash /bin/sh &amp;&amp;
exec /bin/bash --login</userinput></screen></para>
</sect2>