diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-03-26 15:53:18 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-03-26 15:56:06 -0500 |
commit | 540bae0d4b3f1745f8afe33fd5822065b34071e1 (patch) | |
tree | 557d2a7387df50aefbe0f53f8812edf1c6e6dc28 | |
parent | 5dfa81611c0f3c6ffc4db716015097f0b9a1ab20 (diff) |
Add command for patching bash fixes patch.
-rw-r--r-- | chapter6/bash.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter6/bash.sh b/chapter6/bash.sh index ae7bb34..dee96c6 100644 --- a/chapter6/bash.sh +++ b/chapter6/bash.sh @@ -1,5 +1,6 @@ #!/bin/bash +patch -Np1 -i ../bash-5.1-fixes-1.patch && ./configure --prefix=/usr \ --build="$(support/config.guess)" \ --host="${LFS_TGT}" \ |