|
@@ -44,11 +44,11 @@ possible) as the original Bourne shell.
|
|
|
|
|
|
<para>
|
|
|
The <userinput>&&</userinput>'s at the end of every line cause
|
|
|
-the next command only to be executed when 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
|
|
|
commands are copy&pasted
|
|
|
-on the shell is is important to be ensured that if
|
|
|
-./configure fails, make isn't being executed and likewise if make fails
|
|
|
+on the shell, is 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>
|
|
|
|