Skip to content

Commit

Permalink
Pick up Perl from the environment, not a fixed location.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Nov 4, 2013
1 parent 0fef0ee commit 7b98356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charting/shortkeys.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w

#
# shortkeys.pl
Expand Down
2 changes: 1 addition & 1 deletion charting/shortkeys_inner.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w
use POSIX qw(floor);
use File::Temp qw(tempfile);
use Date::Format;
Expand Down

0 comments on commit 7b98356

Please sign in to comment.