Skip to content
Snippets Groups Projects
Commit 89c70d49 authored by Thomas Arendsen Hein's avatar Thomas Arendsen Hein
Browse files

Use chmod 0770 and g+s instead of 02770 which does't work on Solaris 8.

parent e521ec1a
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,8 @@
hg init repo
cd repo
chmod 02770 .hg/store
chmod 0770 .hg/store
chmod g+s .hg/store
echo '% before commit'
echo '% store can be written by the group, other files cannot'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment