diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-06 14:04:50 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-06 14:04:50 -0500 |
commit | 783a4c48e04e81783848f0cb0f757f6a836d7f6e (patch) | |
tree | 9badfc3f760fafaccf7f0bb30f041276fd61ed1e | |
parent | 7716c4bbadc8ba412044e31e16aca8300d619552 (diff) |
Use VERSION variable with bash fixes patch.
-rw-r--r-- | chapter6/bash.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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}" \ |