From bd52fd3308b2996ae47d540012f5cb6b9060efab Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Tue, 8 Aug 2006 17:13:41 +0000 Subject: [PATCH] typo, dropped a cmd during previous changes --- CLFS2/master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLFS2/master.sh b/CLFS2/master.sh index 1c344fa..1d5e0cb 100755 --- a/CLFS2/master.sh +++ b/CLFS2/master.sh @@ -144,7 +144,7 @@ cross_tools_Makefiles() { # # and not the host. case $this_script in *cflags* | *variables* ) # work done in host_prep_Makefiles - ;; + continue ;; *file ) FileVer=`file --version | head -n1 | cut -d " " -f1` [[ "$FileVer" = "file-4.17" ]] && continue ;;