(perltidy)
This commit is contained in:
parent
afcd974afa
commit
8714b77eae
14 changed files with 39 additions and 39 deletions
|
@ -13,7 +13,7 @@ $|++;
|
|||
# can be called directly, or as a post-update hook. Since it ignores
|
||||
# arguments anyway, it hardly matters.
|
||||
|
||||
my $ab = `gitolite query-rc -n GL_ADMIN_BASE`;
|
||||
my $ab = `gitolite query-rc -n GL_ADMIN_BASE`;
|
||||
_warn("'keydir' not found in '$ab'"), exit if not -d "$ab/keydir";
|
||||
my $akfile = "$ENV{HOME}/.ssh/authorized_keys";
|
||||
my $glshell = `gitolite query-rc -n GL_BINDIR` . "/gitolite-shell";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue