aboutsummaryrefslogtreecommitdiff
path: root/chownme
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-03-30 09:33:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-03-30 09:33:22 -0300
commit56d76c4f16d52617d5a5c576cddd6e7d2c0b7f36 (patch)
treec727780f0a793d8a7952a7f86a0dd5513a4942e4 /chownme
parent97f993676f75a65f2cde0550c540aadc5998c745 (diff)
downloadscripts-56d76c4f16d52617d5a5c576cddd6e7d2c0b7f36.tar.gz
scripts-56d76c4f16d52617d5a5c576cddd6e7d2c0b7f36.tar.bz2
Quotes for chownme
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"