Commit 263cf2ed authored by Andrew Tridgell's avatar Andrew Tridgell

remove double / from filenames in display

parent ab7104da
......@@ -73,6 +73,8 @@ line: while (<LOG>) {
$file = $module . "/" . $file;
$file =~ s|//|/|mg;
@path = split(/\//, $file);
$pathkey = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment