Skip to content
Snippets Groups Projects
Commit 37759fbe authored by Guillaume Samson's avatar Guillaume Samson :snowman2:
Browse files

Merge branch...

parent 3c836781
No related branches found
No related tags found
No related merge requests found
......@@ -520,7 +520,7 @@ sub catfile {
my $path = shift @names;
for my $name (@names) {
$path .= '/' . $name if $name;
$path .= '/' . $name if (length $name);
}
return $path;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment