aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6/findutils.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/findutils.sh
parent0e5aad8b013ea140fc96c12cf25a14d4260e714a (diff)
Remove interpreter from scripts that are sourced. Remove executable bits are required.
Diffstat (limited to 'chapter6/findutils.sh')
-rw-r--r--chapter6/findutils.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/chapter6/findutils.sh b/chapter6/findutils.sh
index a1a097e..b587638 100644
--- a/chapter6/findutils.sh
+++ b/chapter6/findutils.sh
@@ -1,5 +1,3 @@
-#!/bin/bash
-
./configure --prefix=/usr \
--host=${LFS_TGT} \
--build=$(build-aux/config.guess) &&
@@ -7,4 +5,4 @@ make &&
make DESTDIR=${LFS} -j1 install &&
mv -v ${LFS}/usr/bin/find ${LFS}/bin &&
-sed -i 's|find:=${BINDIR}|find:=/bin|' ${LFS}/usr/bin/updatedb \ No newline at end of file
+sed -i 's|find:=${BINDIR}|find:=/bin|' ${LFS}/usr/bin/updatedb