Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't linger on empty //
  • Loading branch information
lizmat committed Dec 22, 2014
1 parent 885d6ab commit 85c2fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/IO.pm
Expand Up @@ -127,7 +127,7 @@ sub MAKE-CLEAN-PARTS(Str $abspath) {

# nul, just ignore
else {
@parts.splice($index,1);
@parts.splice($index--,1);
return updirs($index);
}
}
Expand Down

0 comments on commit 85c2fa3

Please sign in to comment.