diff options
Diffstat (limited to 'lfs.sh')
-rwxr-xr-x | lfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ fi if [[ ! -f "${LFS}"/sources/limited ]]; then printf "%b" " ${IGRN}Changing ownership of ${IWHT}${LFS}${IGRN} \ to user ${IWHT}${USER}${RST}\n" - sudo chown -v "${USER}" "${LFS}" + sudo chown "${USER}" "${LFS}" printf "%b" " ${IGRN}Creating limited directory structure at \ ${IWHT}${LFS}${IGRN}${RST}\n" |