aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2012-01-26 19:35:56 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2012-01-26 19:35:56 +0000
commit45995de500ca04ad21a78cf00f2a9b6420b8c538 (patch)
tree947f303eebe725e38cff568dd21fdcda32925e61
parent07ce4c9438a474adabaeb56f859486acd9a4bf6c (diff)
Some more cases for if perl is not in /usr/bin, and update commonlib to pull in locale changes.
-rwxr-xr-xbin/send-alerts2
-rwxr-xr-xbin/send-questionnaires2
-rwxr-xr-xbin/send-reports2
-rwxr-xr-xbin/update-all-reports2
m---------commonlib0
5 files changed, 4 insertions, 4 deletions
diff --git a/bin/send-alerts b/bin/send-alerts
index 89dc18ee7..4464b16e9 100755
--- a/bin/send-alerts
+++ b/bin/send-alerts
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
# send-alerts:
# Email alerts for FixMyStreet
diff --git a/bin/send-questionnaires b/bin/send-questionnaires
index d6e269e32..4910abc02 100755
--- a/bin/send-questionnaires
+++ b/bin/send-questionnaires
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
# send-questionnaires:
# Send out creator questionnaires
diff --git a/bin/send-reports b/bin/send-reports
index f1d8c5742..d92c10467 100755
--- a/bin/send-reports
+++ b/bin/send-reports
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
# send-reports:
# Send new problem reports to councils
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
diff --git a/commonlib b/commonlib
-Subproject 7486b07a4a865f977df04c3c34de759126c014e
+Subproject 4c2e8e4d8b27aa043d5aa120622a659b56f494d