diff options
-rwxr-xr-x | bin/send-alerts | 2 | ||||
-rwxr-xr-x | bin/send-questionnaires | 2 | ||||
-rwxr-xr-x | bin/send-reports | 2 | ||||
-rwxr-xr-x | bin/update-all-reports | 2 | ||||
m--------- | commonlib | 0 |
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 |