1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Use correct syntax for chown(8).

This commit is contained in:
Garrett Wollman 2002-10-21 20:37:18 +00:00
parent 32c9f09624
commit 13e85f2560
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68537

View File

@ -5,5 +5,5 @@ FILE="/var/games/greed.hs"
echo "===> Creating initial high score file $FILE"
touch $FILE
chown root.games $FILE
chown root:games $FILE
chmod 664 $FILE