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/gawk.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chapter6/gawk.sh') diff --git a/chapter6/gawk.sh b/chapter6/gawk.sh index b56e565..5d2fd68 100644 --- a/chapter6/gawk.sh +++ b/chapter6/gawk.sh @@ -1,8 +1,6 @@ -#!/bin/bash - sed -i 's/extras//' Makefile.in && ./configure --prefix=/usr \ --host=${LFS_TGT} \ --build=$(./config.guess) && make && -make DESTDIR=${LFS} -j1 install \ No newline at end of file +make DESTDIR=${LFS} -j1 install -- cgit v1.2.3-54-g00ecf