mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-20 11:15:06 +01:00
minor typo fix (is is -> it is)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1833 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
dd4620a625
commit
1f3baafa40
@ -37,10 +37,9 @@ possible) as the original Bourne shell.</para>
|
|||||||
<para>The <userinput>&&</userinput>'s at the end of every line cause
|
<para>The <userinput>&&</userinput>'s at the end of every line cause
|
||||||
the next command to be executed only if the previous command exists
|
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
|
with a return value of 0 indicating success. In case all of these
|
||||||
commands are copy&pasted
|
commands are copy&pasted on the shell, it is important to be ensured
|
||||||
on the shell, is is important to be ensured that if
|
that if ./configure fails, make isn't being executed and, likewise, if make
|
||||||
./configure fails, make isn't being executed and, likewise, if make fails,
|
fails, that make install isn't being executed, and so forth.</para>
|
||||||
that make install isn't being executed, and so forth.</para>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user