diff options
author | Mathieu Clabaut <mathieu.clabaut@gmail.com> | 2007-12-21 15:47:30 -0600 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-03 19:53:46 -0500 |
commit | c65ad8cba4ebf8eb7625b4e0801a6c68125384ac (patch) | |
tree | 204484985d654749dc696e25bb200fb3f2e9da58 /hg/init.d/50hg-perm | |
parent | b7ea2156e88479a2fe829894a606707df5555b6f (diff) |
Tranlsation of init.d in mercurial idiom
Diffstat (limited to 'hg/init.d/50hg-perm')
-rw-r--r-- | hg/init.d/50hg-perm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hg/init.d/50hg-perm b/hg/init.d/50hg-perm index 564e489..fb4c89e 100644 --- a/hg/init.d/50hg-perm +++ b/hg/init.d/50hg-perm @@ -1,3 +1,3 @@ #!/bin/sh set -e -chmod 700 .git +chmod 700 .hg |