Skip to content

Commit

Permalink
SLIME postflight script: quote group name
Browse files Browse the repository at this point in the history
  • Loading branch information
itegebo authored and davidswelt committed May 24, 2011
1 parent 2bc201f commit b54defb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aquamacs/build/slime-scripts/postflight
@@ -1,4 +1,4 @@
#!/bin/sh
GROUP=`id -gn ${USER}`
echo "changing ownership of '$2' to ${USER}:${GROUP}"
chown -R ${USER}:${GROUP} "$2"
chown -R "${USER}:${GROUP}" "$2"

0 comments on commit b54defb

Please sign in to comment.