aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lfs.sh b/lfs.sh
index e395442..735c9e1 100755
--- a/lfs.sh
+++ b/lfs.sh
@@ -72,7 +72,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"