aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiss b/kiss
index af3af96..7613121 100755
--- a/kiss
+++ b/kiss
@@ -1167,7 +1167,7 @@ pkg_fetch() {
# ownership of files and directories in the rare
# case that the repository is owned by a 3rd user.
(
- user=$(stat -c %U "$PWD") || user=root
+ user=$(kiss-stat "$PWD") || user=root
id -u "$user" >/dev/null 2>&1 ||
user=root
@@ -1353,7 +1353,7 @@ args() {
else
log "$pkg" "Need permissions to generate checksums"
- user=$(stat -c %U "$repo_dir") as_root tee "$repo_dir/checksums"
+ user=$(kiss-stat "$repo_dir") as_root tee "$repo_dir/checksums"
fi
}