Skip to content

Commit

Permalink
Merge pull request #163 from perlpunk/fix-shebang
Browse files Browse the repository at this point in the history
Normalize shebangs to /usr/bin/perl
  • Loading branch information
toddr committed Aug 24, 2022
2 parents b5fb856 + aec05f6 commit a3c9332
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eg/abuse/blocking_debug_with_sub_coprocess
@@ -1,4 +1,4 @@
#!/opt/i386-linux/perl/bin/perl -w
#!/usr/bin/perl -w

## Submitted by Blair Zajac <blair@orcaware.com>

Expand Down
2 changes: 1 addition & 1 deletion eg/abuse/timers
@@ -1,4 +1,4 @@
#!/usr/local/lib/perl -w
#!/usr/bin/perl -w

use strict;
use IPC::Run qw( :all );
Expand Down
2 changes: 1 addition & 1 deletion eg/run_daemon
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl -w
#!/usr/bin/perl -w

## An example of how to daemonize. See the IPC::Run LIMITATIONS section for
## some reasons why this can be a bit dangerous.
Expand Down

0 comments on commit a3c9332

Please sign in to comment.