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 7d17d7f..8b5e7b3 100755
--- a/lfs.sh
+++ b/lfs.sh
@@ -18,7 +18,7 @@ export MAKEFLAGS="-j 3"
if ! grep -q "${LFS}" /proc/mounts; then
source setupdisk.sh "${LFS_DISK}" "${LFS_ROOT}"
sudo mount "${LFS_DISK}${LFS_ROOT}" "${LFS}"
- sudo chown -v $USER "$LFS"
+ sudo chown -v $USER "${LFS}"
fi
mkdir -pv ${LFS_SRC}