diff options
Diffstat (limited to 'chapter8/bash.sh')
-rw-r--r-- | chapter8/bash.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter8/bash.sh b/chapter8/bash.sh index 81d91c1..92402e5 100644 --- a/chapter8/bash.sh +++ b/chapter8/bash.sh @@ -1,7 +1,6 @@ #!/bin/bash # shellcheck disable=SC2016 - patch -Np1 -i ../bash-"${VERSION}"-fixes-1.patch && sed -i '/^bashline.o:.*shmbchar.h/a bashline.o: ${DEFDIR}/builtext.h' Makefile.in && |