aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-06-01 10:48:31 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-06-01 10:48:58 -0500
commitbf5b8b8076c8ee07e5bcd9986ec25fd7d47c297a (patch)
treec81d2c37625d15dc019bed2f9fc748dbc89e0f3d /chapter6
parenteb1ec61ae86fac9bebf503812ef14c1545dc3c6a (diff)
Use bash fixes-2 patch.
Diffstat (limited to 'chapter6')
-rw-r--r--chapter6/bash.sh2
1 files changed, 1 insertions, 1 deletions
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}" \