aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSitaram Chamarty <sitaram@atc.tcs.com>2013-09-03 07:53:56 +0530
committerSitaram Chamarty <sitaram@atc.tcs.com>2013-09-03 07:53:56 +0530
commitfa06a34d1dd51e3ce786eb2c0714c8bc55d5c418 (patch)
tree81d79d0ba5146258a05e9f267b6a4d7827c8514c /src/gitolite-shell
parentrepo-specific hooks (diff)
downloadgitolite-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-xsrc/gitolite-shell2
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;