diff options
Diffstat (limited to 'chapter05/bash-exp.xml')
-rw-r--r-- | chapter05/bash-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/bash-exp.xml b/chapter05/bash-exp.xml index c6ea2db4e..ba7b375c1 100644 --- a/chapter05/bash-exp.xml +++ b/chapter05/bash-exp.xml @@ -24,7 +24,7 @@ there.</para> <para>The <userinput>&&</userinput>'s at the end of every line cause the next command to be executed only if the previous command exits with a return value of 0 indicating success. In case all of these -commands are copy&pasted on the shell, it is important to ensure +commands are copy & pasted on the shell, it is important to ensure that if ./configure fails, make isn't executed and, likewise, if make fails, that make install isn't executed, and so forth.</para> |