diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-03-18 17:02:39 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-03-18 17:02:39 -0500 |
commit | 74a17c77d8f297d0d43950624711e72934522340 (patch) | |
tree | 9b14933183d903963acbf657b5820475e5820412 | |
parent | 276f6060d530e8e0f3fc63de9da7a08085eb7ad7 (diff) |
Remove the echo. Verified PATH looks correct.
-rwxr-xr-x | lfs.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |