Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Use /usr/bin/env to find perl so that we always get the default one.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jun 12, 2014
1 parent 6487773 commit 4d2a00c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charting/fetch.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w

#
# fetch.pl
Expand Down
2 changes: 1 addition & 1 deletion charting/saml2.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w

#
# saml2.pl
Expand Down
2 changes: 1 addition & 1 deletion charting/scopes.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w

#
# scopes.pl
Expand Down
2 changes: 1 addition & 1 deletion charting/sizes.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w

#
# sizes.pl
Expand Down
2 changes: 1 addition & 1 deletion charting/trust.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w

#
# trust.pl
Expand Down

0 comments on commit 4d2a00c

Please sign in to comment.