From cd62702f9ef5aa97192f4d2f8bc02195eaf9bcc9 Mon Sep 17 00:00:00 2001 From: tux Date: Wed, 17 May 2023 23:03:36 +0200 Subject: [PATCH] it doesnt work that way --- chap8p2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chap8p2.sh b/chap8p2.sh index ae5120d..47f3d93 100644 --- a/chap8p2.sh +++ b/chap8p2.sh @@ -147,7 +147,7 @@ sh Configure -des \ make && make test | tee ../check-log_"$LFS_PERL".log; make install && -unset BUILD_ZLIB BUILD_BZIP2 && +unset BUILD_ZLIB BUILD_BZIP2 cd .. && rm -rf "$LFS_PERL" && echo "Finished 8.41 ""$LFS_PERL""" >> build.log &&