From 93814d176be195729b0cf843d6ade96af71634ed Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 21 May 2022 19:07:16 +0200 Subject: [PATCH] Typo in LFS/master.sh (in a comment) --- LFS/master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LFS/master.sh b/LFS/master.sh index 562b55f..b30f111 100644 --- a/LFS/master.sh +++ b/LFS/master.sh @@ -66,7 +66,7 @@ chapter_targets() { # cp ${CONFIG} $BUILDDIR/sources/kernel-config ;; esac # Grab the name of the target - # This is only used to check the name in "opt_override" or "BLACKIST" + # This is only used to check the name in "opt_override" or "BLACKLIST" name=`echo ${this_script} | sed -e 's@[0-9]\{3,4\}-@@' \ -e 's@-pass[0-9]\{1\}@@' \ -e 's@-libstdc++@@' \