From 74a17c77d8f297d0d43950624711e72934522340 Mon Sep 17 00:00:00 2001
From: William Harrington <kb0iic@berzerkula.org>
Date: Thu, 18 Mar 2021 17:02:39 -0500
Subject: Remove the echo. Verified PATH looks correct.

---
 lfs.sh | 1 -
 1 file changed, 1 deletion(-)

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
-- 
cgit v1.2.3-54-g00ecf