aboutsummaryrefslogtreecommitdiffstats
path: root/lfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lfs.sh')
-rwxr-xr-xlfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lfs.sh b/lfs.sh
index e74cce8..7b94fcd 100755
--- a/lfs.sh
+++ b/lfs.sh
@@ -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"