From f9a3d5dd49e9368c32643e4ab9d0d0d2d24402a4 Mon Sep 17 00:00:00 2001 From: Jason Leschnik Date: Tue, 25 Oct 2016 00:30:47 +1100 Subject: [PATCH] fix minor typos in bash-exp.xml --- LDP/retired/LFS/chapter5/bash-exp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LDP/retired/LFS/chapter5/bash-exp.xml b/LDP/retired/LFS/chapter5/bash-exp.xml index e749d369..5ec3e0ed 100644 --- a/LDP/retired/LFS/chapter5/bash-exp.xml +++ b/LDP/retired/LFS/chapter5/bash-exp.xml @@ -38,7 +38,7 @@ possible) as the original Bourne shell. 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 +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.