aboutsummaryrefslogtreecommitdiff
path: root/chownme
diff options
context:
space:
mode:
Diffstat (limited to 'chownme')
-rwxr-xr-xchownme2
1 files changed, 1 insertions, 1 deletions
diff --git a/chownme b/chownme
index d0a801d..da2bcb8 100755
--- a/chownme
+++ b/chownme
@@ -15,4 +15,4 @@ if [ -z "$1" ]; then
fi
# Proceed
-chown -R $ME. $DEST
+chown -R $ME. "$DEST"