aboutsummaryrefslogtreecommitdiffstats
path: root/packageinstall.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-26 14:36:09 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-26 14:36:09 -0500
commit284a8176c1d6fc9eaba1e89d9e1c86056cf64194 (patch)
tree953521d88a2b861692b54f37eb185722ab568912 /packageinstall.sh
parent0d597580d56f6f5ee6124aedf1fbc7d0317af37a (diff)
Remove unset command. Not needed. Remove the sleep 5 when compiling.
Diffstat (limited to 'packageinstall.sh')
-rw-r--r--packageinstall.sh3
1 files changed, 0 insertions, 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