diff options
Diffstat (limited to 'chapter06/mawk-inst.xml')
-rw-r--r-- | chapter06/mawk-inst.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter06/mawk-inst.xml b/chapter06/mawk-inst.xml index 735294010..a04a4c4d0 100644 --- a/chapter06/mawk-inst.xml +++ b/chapter06/mawk-inst.xml @@ -6,7 +6,6 @@ Install Mawk by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure &&</userinput> <userinput>make &&</userinput> <userinput>make BINDIR=/usr/bin \</userinput> @@ -14,7 +13,6 @@ Install Mawk by running the following commands: &&</userinput> <userinput>cd /usr/bin &&</userinput> <userinput>ln -s mawk awk</userinput> - </literallayout></blockquote> </sect2> |