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. --- chapter5/glibc.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'chapter5/glibc.sh') diff --git a/chapter5/glibc.sh b/chapter5/glibc.sh index 38e7ebc..875e633 100644 --- a/chapter5/glibc.sh +++ b/chapter5/glibc.sh @@ -1,5 +1,3 @@ -#!/bin/bash - case $(uname -m) in i?86) ln -sfv ld-linux.so.2 ${LFS}/lib/ld-lsb.so.3 ;; -- cgit v1.2.3-54-g00ecf