remove double / from filenames in display

This commit is contained in:
Andrew Tridgell
1998-11-02 07:26:36 +00:00
parent ab7104da8f
commit 263cf2ed55

View File

@@ -73,6 +73,8 @@ line: while (<LOG>) {
$file = $module . "/" . $file;
$file =~ s|//|/|mg;
@path = split(/\//, $file);
$pathkey = "";