From 783a4c48e04e81783848f0cb0f757f6a836d7f6e Mon Sep 17 00:00:00 2001 From: William Harrington 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(-) 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