From 4417f99b55b53c2b463651218b9687ae052854cf Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 17 Sep 2024 21:25:28 +0200 Subject: [PATCH] typos ruined everything --- chap8p1.sh | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/chap8p1.sh b/chap8p1.sh index d90ba1f..5e2b617 100644 --- a/chap8p1.sh +++ b/chap8p1.sh @@ -684,10 +684,10 @@ grep -E -o '/usr/lib.*/S?crt[1in].*succeeded' dummy.log echo "Verify that the compiler is searching for the correct header files" echo "The output should be:" echo "#include <...> search starts here:" -echo" /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.0/include" -echo" /usr/local/include" -echo" /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.0/include-fixed" -echo" /usr/include" +echo "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.0/include" +echo "/usr/local/include" +echo "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.0/include-fixed" +echo "/usr/include" grep -B4 '^ /usr/include' dummy.log echo "Verify that the new linker is being used with the correct search paths" echo "References to paths that have components with '-linux-gnu' should be ignored, but otherwise the output should be:" @@ -719,9 +719,6 @@ CURRENT_DATE_TIME=$(date +"%Y-%m-%d %T") echo "$CURRENT_DATE_TIME: Finished 8.29 ""$LFS_GCC""" >> build.log && echo "$LFS_GCC" >> /installed.txt -CURRENT_DATE_TIME=$(date +"%Y-%m-%d %T") -echo "$CURRENT_DATE_TIME: Starting 8.27 ""$LFS_PKGCONFIG""" >> build.log - CURRENT_DATE_TIME=$(date +"%Y-%m-%d %T") echo "$CURRENT_DATE_TIME: Starting 8.30 ""$LFS_NCURSES""" >> build.log