Skip to content

Commit 42677fc

Browse files
committed
work around PROGRAM-NAME displaying a SHA hash
1 parent 8eec870 commit 42677fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/p6doc-index

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sub findbin() returns Str {
1212
constant INDEX = findbin() ~ 'index.data';
1313

1414
multi sub MAIN() {
15-
my $me = $*PROGRAM-NAME.IO.basename;
15+
my $me = 'p6doc-index';
1616

1717
say "Usage: $me build to build an index for 'p6doc -f'";
1818
say "Usage: $me list to list the names";

0 commit comments

Comments
 (0)