Skip to content

Commit 7429785

Browse files
committed
void context map is satan (he says)
1 parent 2837d87 commit 7429785

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

bin/plx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -301,12 +301,12 @@ use File::Spec::Functions 'catfile';
301301
302302
my $in = $ARGV[0] || '.*';
303303
304-
map say(basename($_)), grep /$in/, map glob(catfile($_, '*')), grep -d, qw(
305-
./bin
306-
./dev
307-
./local/bin
308-
./script
309-
./scripts
304+
say(basename($_)) for grep /$in/, map glob(catfile($_, '*')), grep -d, qw(
305+
bin
306+
dev
307+
local/bin
308+
script
309+
scripts
310310
);
311311
EOF
312312
stderr <<END;

0 commit comments

Comments
 (0)