Skip to content

Commit

Permalink
standardize on /usr/bin/perl
Browse files Browse the repository at this point in the history
  • Loading branch information
jonswar committed Feb 24, 2012
1 parent 28ba387 commit 59c7272
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bin/mason.pl
@@ -1,7 +1,4 @@
#!/usr/local/bin/perl

eval 'exec /usr/local/bin/perl -S $0 ${1+"$@"}'
if 0; # not running under some shell
#!/usr/bin/perl

use strict;
use warnings;
Expand Down

0 comments on commit 59c7272

Please sign in to comment.