Merge branch 'master' of ssh://cpp/liblerdorf
This commit is contained in:
commit
605007fb56
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ sub check_xml
|
|||
sub repository_name
|
||||
{
|
||||
my $repo = $ENV{GL_REPO};
|
||||
$repo =~ s#/([^/]*)#$1#;
|
||||
$repo =~ s#subject.*/([^/]+)$#$1#;
|
||||
return $repo;
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue