diff options
Diffstat (limited to 'chapter8/bash.sh')
-rw-r--r-- | chapter8/bash.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter8/bash.sh b/chapter8/bash.sh index 23546ee..a4d90b7 100644 --- a/chapter8/bash.sh +++ b/chapter8/bash.sh @@ -3,7 +3,7 @@ set -e # shellcheck disable=SC2016 -patch -Np1 -i ../bash-"${VERSION}"-fixes-1.patch && +patch -Np1 -i ../bash-"${VERSION}"-fixes-2.patch && sed -i '/^bashline.o:.*shmbchar.h/a bashline.o: ${DEFDIR}/builtext.h' Makefile.in && |