Skip to content

Commit

Permalink
Merge pull request #486 from jkramer/issue-2077
Browse files Browse the repository at this point in the history
Set executable flags and shebangs as requested in rakudo/rakudo#2077.
  • Loading branch information
AlexDaniel committed Jul 20, 2018
2 parents acae198 + 9dd7485 commit bbfb873
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 11 deletions.
2 changes: 2 additions & 0 deletions src/vm/js/bin/run_tests.pl 100644 → 100755
@@ -1,3 +1,5 @@
#!/usr/bin/env perl

use TAP::Harness;

my ($skip_qregex) = @ARGV;
Expand Down
2 changes: 2 additions & 0 deletions src/vm/js/bin/run_tests_bootstrapped.pl 100644 → 100755
@@ -1,3 +1,5 @@
#!/usr/bin/env perl

use TAP::Harness;

my $harness = TAP::Harness->new({
Expand Down
2 changes: 1 addition & 1 deletion tools/build/gen-bootstrap.pl 100644 → 100755
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# Copyright (C) 2009, Patrick R. Michaud.

use strict;
Expand Down
2 changes: 1 addition & 1 deletion tools/build/gen-cat.pl 100644 → 100755
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# Copyright (C) 2008-2011, The Perl Foundation.

use strict;
Expand Down
2 changes: 1 addition & 1 deletion tools/build/gen-js-cross-runner.pl 100644 → 100755
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# Copyright (C) 2013, The Perl Foundation.

use strict;
Expand Down
2 changes: 1 addition & 1 deletion tools/build/gen-js-runner.pl 100644 → 100755
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# Copyright (C) 2013, The Perl Foundation.

use strict;
Expand Down
2 changes: 1 addition & 1 deletion tools/build/gen-jvm-properties.pl 100644 → 100755
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# Copyright (C) 2008-2011, The Perl Foundation.

use strict;
Expand Down
2 changes: 1 addition & 1 deletion tools/build/gen-moar-runner.pl 100644 → 100755
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# Copyright (C) 2013, The Perl Foundation.

use strict;
Expand Down
2 changes: 1 addition & 1 deletion tools/build/gen-version.pl 100644 → 100755
@@ -1,4 +1,4 @@
#! perl
#!/usr/bin/env perl

=head1 TITLE
Expand Down
2 changes: 1 addition & 1 deletion tools/build/install-js-runner.pl 100644 → 100755
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# Copyright (C) 2013, The Perl Foundation.

use strict;
Expand Down
2 changes: 1 addition & 1 deletion tools/build/install-moar-runner.pl 100644 → 100755
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# Copyright (C) 2013, The Perl Foundation.

use strict;
Expand Down
2 changes: 1 addition & 1 deletion tools/build/npm-install-or-link.pl 100644 → 100755
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# Copyright (C) 2013, The Perl Foundation.

use strict;
Expand Down
2 changes: 1 addition & 1 deletion tools/jvm/eval-client.pl
@@ -1,4 +1,4 @@
#! /usr/bin/env perl
#!/usr/bin/env perl
use strict;
use warnings;

Expand Down

0 comments on commit bbfb873

Please sign in to comment.