diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-06-01 10:48:31 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-06-01 10:48:31 -0500 |
commit | 64ba00afc7d9bd36fcce41108ef11b3774f0fbfe (patch) | |
tree | 699d1f1bdc18fbd6d75e1831f6febee1d35b64f8 /chapter6 | |
parent | b6e4ac28d8a008e0b9ea1d12da96528baa21cf43 (diff) |
Use bash fixes-2 patch.
Diffstat (limited to 'chapter6')
-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 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}" \ |