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/send-questionnaires | |
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/send-questionnaires')
-rwxr-xr-x | bin/send-questionnaires | 2 |
1 files changed, 1 insertions, 1 deletions
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 |