aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-18 17:02:39 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-18 17:02:39 -0500
commit74a17c77d8f297d0d43950624711e72934522340 (patch)
tree9b14933183d903963acbf657b5820475e5820412
parent276f6060d530e8e0f3fc63de9da7a08085eb7ad7 (diff)
Remove the echo. Verified PATH looks correct.
-rwxr-xr-xlfs.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/lfs.sh b/lfs.sh
index bcdadc0..99ef263 100755
--- a/lfs.sh
+++ b/lfs.sh
@@ -12,7 +12,6 @@ export LFS_TGT=$(uname -m)-lfs-linux-gnu
PATH=/usr/bin
if [ ! -L /bin ]; then PATH=/bin:${PATH}; fi
export PATH=${LFS}/tools/bin:${PATH}
-echo $PATH
export CONFIG_SITE=${LFS}/usr/share/config.site
export LFS_VER=LFS10_1