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

Merge branch 'cherry-pick-25d5cad7' into 'branch_4.2'

Merge branch...

See merge request nemo/nemo!185
parents 3c836781 37759fbe
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