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