diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-03-22 13:13:41 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-03-22 13:13:41 -0500 |
commit | 590fa7ebfa5f3617de0b5675cb9e4b79f03779ac (patch) | |
tree | 918f6663e27b1fac9326c295b98b1440e9b8eeff /chapter5/linux-api-headers.sh | |
parent | 0e5aad8b013ea140fc96c12cf25a14d4260e714a (diff) |
Remove interpreter from scripts that are sourced. Remove executable bits are required.
Diffstat (limited to 'chapter5/linux-api-headers.sh')
-rw-r--r-- | chapter5/linux-api-headers.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chapter5/linux-api-headers.sh b/chapter5/linux-api-headers.sh index 30383a8..3de6e81 100644 --- a/chapter5/linux-api-headers.sh +++ b/chapter5/linux-api-headers.sh @@ -1,7 +1,5 @@ -#!/bin/bash - make mrproper && make headers && find usr/include -name '.*' -delete && rm usr/include/Makefile && -cp -rv usr/include ${LFS}/usr
\ No newline at end of file +cp -rv usr/include ${LFS}/usr |