From 6d19fc093e7abc4f08157b1282081ed4983a70b3 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Fri, 14 Jan 2022 21:59:24 +1100 Subject: [PATCH] Fix a strange bug occuring in linux-headers Only seems to occur in some terminals, as a result of mes libc bash, and only when using DESTDIR. Not sure what the trigger is. --- sysa/run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysa/run.sh b/sysa/run.sh index c2a393d..243d7b9 100755 --- a/sysa/run.sh +++ b/sysa/run.sh @@ -221,7 +221,10 @@ build autoconf-2.64 build gcc-4.0.4 pass1.sh checksums/pass1 +# This hack fixes a strange bug in mes libc bash +set -x build linux-headers-5.10.41 '' '' '' linux-5.10.41 +set +x build musl-1.2.2