aboutsummaryrefslogtreecommitdiffstats
path: root/packageinstall.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-08 18:50:46 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-08 18:50:46 -0500
commit9da9daf92dd8abf6793276d0e0d8b347948914e5 (patch)
tree128488c143f83f5dbf4a731e4d7cc28fd4a9a8c3 /packageinstall.sh
parente7a38788125880c6817ea63f300c0575d456cdbc (diff)
Add shellcheck directives.
Diffstat (limited to 'packageinstall.sh')
-rw-r--r--packageinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/packageinstall.sh b/packageinstall.sh
index df09148..706880c 100644
--- a/packageinstall.sh
+++ b/packageinstall.sh
@@ -37,6 +37,7 @@ else
printf "%b" " ${CYN}Compiling ${YLW}${PACKAGE}${RST}... "
mkdir -p "${LFS}/sources/log/chapter${CHAPTER}/"
+ # shellcheck source=/dev/null
source "${LFS}/sources/chapter${CHAPTER}/${PACKAGE}.sh" 2>&1 > "${LFS}/sources/log/chapter${CHAPTER}/${PACKAGE}.log" 2>&1 & pid=$!
spinner "$pid" "${SPINNER}"
retval=$?