From 284a8176c1d6fc9eaba1e89d9e1c86056cf64194 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Fri, 26 Mar 2021 14:36:09 -0500 Subject: Remove unset command. Not needed. Remove the sleep 5 when compiling. --- packageinstall.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/packageinstall.sh b/packageinstall.sh index 6dc7601..28f9f4b 100644 --- a/packageinstall.sh +++ b/packageinstall.sh @@ -28,7 +28,6 @@ else pushd "${DIRNAME}" > /dev/null || return 1 printf "%b" "\n${CYN}Compiling ${YLW}${PACKAGE}${RST}... " - sleep 5 mkdir -p "${LFS}/sources/log/chapter${CHAPTER}/" source "${LFS}/sources/chapter${CHAPTER}/${PACKAGE}.sh" 2>&1 > "${LFS}/sources/log/chapter${CHAPTER}/${PACKAGE}.log" 2>&1 & pid=$! @@ -48,5 +47,3 @@ else done fi - -unset VERSION URL CACHEFILE DIRNAME CHAPTER PACKAGE -- cgit v1.2.3-54-g00ecf