using absolute paths in check_directory_owner()

This commit is contained in:
SKP
2019-01-20 13:00:04 +01:00
parent 49b7799271
commit ed62ef409f

1
dist/setup.sh vendored
View File

@@ -531,6 +531,7 @@ check_directory_owner() {
if [[ ''$d == '' ]]; then
continue
fi
d=$(realpath $d)
if [[ -e $d ]]; then
# is it mine and does it have rw ?
# don't care about group rights