From 230976a474b9641b5ec912bdb00a889a2c8ed9c2 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 1 Jun 2021 10:50:23 -0500 Subject: Use bash fixes-2 patch. --- chapter6/bash.sh | 2 +- chapter8/bash.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter6/bash.sh b/chapter6/bash.sh index c920026..96f6bb9 100644 --- a/chapter6/bash.sh +++ b/chapter6/bash.sh @@ -1,6 +1,6 @@ #!/bin/bash -patch -Np1 -i ../bash-"${VERSION}"-fixes-1.patch && +patch -Np1 -i ../bash-"${VERSION}"-fixes-2.patch && ./configure --prefix=/usr \ --build="$(support/config.guess)" \ --host="${LFS_TGT}" \ diff --git a/chapter8/bash.sh b/chapter8/bash.sh index 81d91c1..e9c9884 100644 --- a/chapter8/bash.sh +++ b/chapter8/bash.sh @@ -2,7 +2,7 @@ # shellcheck disable=SC2016 -patch -Np1 -i ../bash-"${VERSION}"-fixes-1.patch && +patch -Np1 -i ../bash-"${VERSION}"-fixes-2.patch && sed -i '/^bashline.o:.*shmbchar.h/a bashline.o: ${DEFDIR}/builtext.h' Makefile.in && -- cgit v1.2.3-54-g00ecf