From 64ba00afc7d9bd36fcce41108ef11b3774f0fbfe Mon Sep 17 00:00:00 2001
From: William Harrington <kb0iic@berzerkula.org>
Date: Tue, 1 Jun 2021 10:48:31 -0500
Subject: Use bash fixes-2 patch.

---
 chapter6/bash.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'chapter6')

diff --git a/chapter6/bash.sh b/chapter6/bash.sh
index 9251a89..7d080f2 100644
--- a/chapter6/bash.sh
+++ b/chapter6/bash.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 set -e
 
-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}" \
-- 
cgit v1.2.3-54-g00ecf