From 8cd304e1131daa356e01f134435a96ae12b0954b Mon Sep 17 00:00:00 2001 From: tux Date: Mon, 8 May 2023 18:56:02 +0200 Subject: [PATCH] missing option --- chap8p1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chap8p1.sh b/chap8p1.sh index 12d1c60..39af275 100644 --- a/chap8p1.sh +++ b/chap8p1.sh @@ -662,7 +662,7 @@ EOF make install && cd .. && rm -rf "$LFS_BASH" && -echo "Finished 8.34 ""$LFS_BASH""" && +echo "Finished 8.34 ""$LFS_BASH""" >> build.log && echo "$LFS_BASH" >> /installed.txt echo "Executing new bash, continue with chapter 8 p2" exec /usr/bin/bash --login