diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2012-01-26 19:35:56 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2012-01-26 19:35:56 +0000 |
commit | 45995de500ca04ad21a78cf00f2a9b6420b8c538 (patch) | |
tree | 947f303eebe725e38cff568dd21fdcda32925e61 /bin/update-all-reports | |
parent | 07ce4c9438a474adabaeb56f859486acd9a4bf6c (diff) |
Some more cases for if perl is not in /usr/bin, and update commonlib to pull in locale changes.
Diffstat (limited to 'bin/update-all-reports')
-rwxr-xr-x | bin/update-all-reports | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update-all-reports b/bin/update-all-reports index 2263a3d9d..c87977f68 100755 --- a/bin/update-all-reports +++ b/bin/update-all-reports @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # update-all-reports: # Generate the data for the /reports page |