aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6/diffutils.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-22 13:13:41 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-22 13:13:41 -0500
commit590fa7ebfa5f3617de0b5675cb9e4b79f03779ac (patch)
tree918f6663e27b1fac9326c295b98b1440e9b8eeff /chapter6/diffutils.sh
parent0e5aad8b013ea140fc96c12cf25a14d4260e714a (diff)
Remove interpreter from scripts that are sourced. Remove executable bits are required.
Diffstat (limited to 'chapter6/diffutils.sh')
-rw-r--r--chapter6/diffutils.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter6/diffutils.sh b/chapter6/diffutils.sh
index aa4ddb8..1e20581 100644
--- a/chapter6/diffutils.sh
+++ b/chapter6/diffutils.sh
@@ -1,5 +1,3 @@
-#!/bin/bash
-
sed 's/help2man -i/help2man --no-discard-stderr -i /' -i man/Makefile.in
HELP2MAN="help2man --no-discard-stderr" ./configure --prefix=/usr --host=${LFS_TGT} &&
make &&