aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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