Archived
1
0
Fork 0

Merge branch 'master' of ssh://cpp/liblerdorf

This commit is contained in:
Root Cpp Charlie 2013-11-24 01:08:20 +01:00
commit 605007fb56

View file

@ -69,7 +69,7 @@ sub check_xml
sub repository_name sub repository_name
{ {
my $repo = $ENV{GL_REPO}; my $repo = $ENV{GL_REPO};
$repo =~ s#/([^/]*)#$1#; $repo =~ s#subject.*/([^/]+)$#$1#;
return $repo; return $repo;
} }