forked from lix-project/hydra
* Urgh.
This commit is contained in:
parent
c39a693afd
commit
c970fc8335
|
@ -88,7 +88,7 @@ sub getGCRootsDir {
|
||||||
|
|
||||||
sub gcRootFor {
|
sub gcRootFor {
|
||||||
my ($path) = @_;
|
my ($path) = @_;
|
||||||
return getGCRootsDir . basename $path;
|
return getGCRootsDir . "/" . basename $path;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue