From e7a38788125880c6817ea63f300c0575d456cdbc Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 8 Apr 2021 18:50:28 -0500 Subject: Add shellcheck directives. --- lfs.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lfs.sh') diff --git a/lfs.sh b/lfs.sh index 9291767..dc83800 100755 --- a/lfs.sh +++ b/lfs.sh @@ -175,7 +175,9 @@ if [[ "$retval" -eq 0 ]]; then printf "%b" "\n${IWHT}======= ${IYLW}Chapter 7 ${IGRN}Cleanup and Backup \ ${IWHT}=======${RST}\n" + # shellcheck source=chapter7/cleanup.sh source "${LFS}"/sources/chapter7/cleanup.sh + # shellcheck source=chapter7/backup.sh source "${LFS}"/sources/chapter7/backup.sh else exit "$retval" @@ -210,7 +212,9 @@ if [[ "$retval" -eq 0 ]]; then printf "%b" "\n${IWHT}======= ${IYLW}Chapter 8 ${IGRN}Cleanup and Backup \ ${IWHT}=======${RST}\n" + # shellcheck source=chapter8/cleanup.sh source "${LFS}"/sources/chapter8/cleanup.sh + # shellcheck source=chapter8/backup.sh source "${LFS}"/sources/chapter8/backup.sh else exit "$retval" -- cgit v1.2.3-54-g00ecf