fix minor typos in bash-exp.xml

This commit is contained in:
Jason Leschnik 2016-10-25 00:30:47 +11:00
parent 8160acb5bd
commit f9a3d5dd49
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ possible) as the original Bourne shell.</para>
the next command to be executed only if the previous command exists
with a return value of 0 indicating success. In case all of these
commands are copy&amp;pasted
on the shell, is is important to be ensured that if
on the shell, it is important to be ensured that if
./configure fails, make isn't being executed and, likewise, if make fails,
that make install isn't being executed, and so forth.</para>