From 36853f6c3eeafc02ba65f935a0b5e0480fc2f9e7 Mon Sep 17 00:00:00 2001 From: tux Date: Mon, 8 May 2023 18:55:18 +0200 Subject: [PATCH] wrong var --- chap8p1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chap8p1.sh b/chap8p1.sh index 4700635..12d1c60 100644 --- a/chap8p1.sh +++ b/chap8p1.sh @@ -663,6 +663,6 @@ make install && cd .. && rm -rf "$LFS_BASH" && echo "Finished 8.34 ""$LFS_BASH""" && -echo "$LFS_GREP" >> /installed.txt +echo "$LFS_BASH" >> /installed.txt echo "Executing new bash, continue with chapter 8 p2" exec /usr/bin/bash --login