diff options
Diffstat (limited to 'packageinstall.sh')
-rw-r--r-- | packageinstall.sh | 1 |
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=$? |