From c0613fec4cdf9dd982bedb58e75f801670e8fe9d Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Fri, 17 Mar 2006 15:30:23 +0000 Subject: [PATCH] Corrected trace text typo --- LFS/master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LFS/master.sh b/LFS/master.sh index 1a5b9e8..8024de5 100755 --- a/LFS/master.sh +++ b/LFS/master.sh @@ -218,7 +218,7 @@ chapter6_Makefiles() { #----------------------------# chapter789_Makefiles() { #----------------------------# - echo "${tab_}${GREEN}Processing... ${L_arrow}Chapter6/7/8${R_arrow}" + echo "${tab_}${GREEN}Processing... ${L_arrow}Chapter7/8/9${R_arrow}" for file in chapter0{7,8,9}/* ; do # Keep the script file name this_script=`basename $file`