This commit is contained in:
Eelco Dolstra 2009-03-31 15:59:47 +00:00
parent c39a693afd
commit c970fc8335

View file

@ -88,7 +88,7 @@ sub getGCRootsDir {
sub gcRootFor { sub gcRootFor {
my ($path) = @_; my ($path) = @_;
return getGCRootsDir . basename $path; return getGCRootsDir . "/" . basename $path;
} }