aboutsummaryrefslogtreecommitdiffstats
path: root/chapter5/glibc.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 /chapter5/glibc.sh
parent0e5aad8b013ea140fc96c12cf25a14d4260e714a (diff)
Remove interpreter from scripts that are sourced. Remove executable bits are required.
Diffstat (limited to 'chapter5/glibc.sh')
-rw-r--r--chapter5/glibc.sh2
1 files changed, 0 insertions, 2 deletions
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
;;