diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-23 18:35:06 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-23 18:35:06 +0000 |
commit | 764d8f4d378f3bb4828e529057b0990297f8e28e (patch) | |
tree | 8395633182130a6606d7336223f974171792f19d /chapter05/bash-exp.xml | |
parent | 639a66c82c1958d7795167f50e52edfaf3f67962 (diff) |
Applied Bill Maltby's grammatic-fixes patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2130 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |