Skip to content

Commit a44ac08

Browse files
committed
Chase a Rakudo behavior change
1 parent 2ef95b7 commit a44ac08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ sub explode-components (@component-specs, :$chdir = True, :$default-to-dirs = Tr
395395
else {
396396
my $bare = "$component.git";
397397
@checkouts = dir("$COMPONENTS_DIR/$component",
398-
test => none('.', '..', $bare)).map(*.Str).sort;
398+
test => none('.', '..', $bare)).map(*.basename.Str).sort;
399399
}
400400

401401
if @exploded.first(*.<info><name> eq $component) -> $comp {

0 commit comments

Comments
 (0)