From 7b983563408d562648f86e66a94a6708d5eaf5c9 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Mon, 4 Nov 2013 11:12:14 +0000 Subject: [PATCH] Pick up Perl from the environment, not a fixed location. --- charting/shortkeys.pl | 2 +- charting/shortkeys_inner.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charting/shortkeys.pl b/charting/shortkeys.pl index fc900c3c..f467dd8c 100755 --- a/charting/shortkeys.pl +++ b/charting/shortkeys.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w # # shortkeys.pl diff --git a/charting/shortkeys_inner.pl b/charting/shortkeys_inner.pl index 256c3d4b..1ae38d4e 100755 --- a/charting/shortkeys_inner.pl +++ b/charting/shortkeys_inner.pl @@ -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;