Skip to content

Commit

Permalink
Update she-bangs of tools/*.raku scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Feb 13, 2020
1 parent 4ec31e2 commit af29258
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tools/CREDITS.raku
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku
use v6;

# Quick hack to update CREDITS with "git log" type output not perfect since
Expand Down
2 changes: 1 addition & 1 deletion tools/contributors.raku
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku
use v6;

my %*SUB-MAIN-OPTS = :named-anywhere;
Expand Down
2 changes: 1 addition & 1 deletion tools/create-release-announcement.raku
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku
use v6;

my $template = q:to/END_TEMPLATE/;
Expand Down
2 changes: 1 addition & 1 deletion tools/install-dist.raku
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku


=begin pod
Expand Down
2 changes: 1 addition & 1 deletion tools/release-dates.raku
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku
use v6;

constant release-year-offset = 2016;
Expand Down
2 changes: 1 addition & 1 deletion tools/speedup.raku
@@ -1,4 +1,4 @@
#!/usr/bin/env perl6
#!/usr/bin/env raku

sub MAIN(
#| old measurement
Expand Down

0 comments on commit af29258

Please sign in to comment.