From 590fa7ebfa5f3617de0b5675cb9e4b79f03779ac Mon Sep 17 00:00:00 2001 From: William Harrington Date: Mon, 22 Mar 2021 13:13:41 -0500 Subject: Remove interpreter from scripts that are sourced. Remove executable bits are required. --- chapter6/coreutils.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chapter6/coreutils.sh') diff --git a/chapter6/coreutils.sh b/chapter6/coreutils.sh index 3d221b4..b9d5079 100644 --- a/chapter6/coreutils.sh +++ b/chapter6/coreutils.sh @@ -1,5 +1,3 @@ -#!/bin/bash - ./configure --prefix=/usr \ --host=${LFS_TGT} \ --build=$(build-aux/config.guess) \ @@ -14,4 +12,4 @@ mv -v ${LFS}/usr/bin/{head,nice,sleep,touch} ${LFS}/bin && mv -v ${LFS}/usr/bin/chroot ${LFS}/usr/sbin && mkdir -pv ${LFS}/usr/share/man/man8 && mv -v ${LFS}/usr/share/man/man1/chroot.1 ${LFS}/usr/share/man/man8/chroot.8 && -sed -i 's/"1"/"8"/' ${LFS}/usr/share/man/man8/chroot.8 \ No newline at end of file +sed -i 's/"1"/"8"/' ${LFS}/usr/share/man/man8/chroot.8 -- cgit v1.2.3-54-g00ecf