From f9a8ed0b161a36594f5a28be09245cf3988fc853 Mon Sep 17 00:00:00 2001
From: William Harrington <kb0iic@berzerkula.org>
Date: Tue, 6 Apr 2021 14:04:50 -0500
Subject: Use VERSION variable with bash fixes patch.

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

(limited to 'chapter6/bash.sh')

diff --git a/chapter6/bash.sh b/chapter6/bash.sh
index dee96c6..c920026 100644
--- a/chapter6/bash.sh
+++ b/chapter6/bash.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-patch -Np1 -i ../bash-5.1-fixes-1.patch &&
+patch -Np1 -i ../bash-"${VERSION}"-fixes-1.patch &&
 ./configure --prefix=/usr \
             --build="$(support/config.guess)" \
             --host="${LFS_TGT}" \
-- 
cgit v1.2.3-54-g00ecf