Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
return the same type of thing in both execution paths
  • Loading branch information
perlpilot committed Sep 30, 2014
1 parent 3b9d0cd commit 5a02987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/IO/Spec/Unix.pm
Expand Up @@ -40,7 +40,7 @@ my class IO::Spec::Unix is IO::Spec {
my @ = $PATH.split( ':' ).map: { $_ || '.' };
}
else {
();
my @;
}
}

Expand Down

0 comments on commit 5a02987

Please sign in to comment.