diff options
author | Sitaram Chamarty <sitaram@atc.tcs.com> | 2013-09-03 07:53:56 +0530 |
---|---|---|
committer | Sitaram Chamarty <sitaram@atc.tcs.com> | 2013-09-03 07:53:56 +0530 |
commit | fa06a34d1dd51e3ce786eb2c0714c8bc55d5c418 (patch) | |
tree | 81d79d0ba5146258a05e9f267b6a4d7827c8514c /src/gitolite-shell | |
parent | repo-specific hooks (diff) | |
download | gitolite-gentoo-fa06a34d1dd51e3ce786eb2c0714c8bc55d5c418.tar.gz gitolite-gentoo-fa06a34d1dd51e3ce786eb2c0714c8bc55d5c418.tar.bz2 gitolite-gentoo-fa06a34d1dd51e3ce786eb2c0714c8bc55d5c418.zip |
set umask as early as possible
Diffstat (limited to 'src/gitolite-shell')
-rwxr-xr-x | src/gitolite-shell | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gitolite-shell b/src/gitolite-shell index 7e4a987..0f5bb27 100755 --- a/src/gitolite-shell +++ b/src/gitolite-shell @@ -92,8 +92,6 @@ sub in_ssh { sub main { my $id = shift; - umask $rc{UMASK}; - # set up the user my $user = $ENV{GL_USER} = shift @ARGV; |