diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-01-15 14:18:45 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-01-19 16:35:37 +0000 |
commit | 96dd07e7c1dab2c8f9250af435caad2c2818b5a2 (patch) | |
tree | 26bfb3063a46929d9d6ede8a737c1b2f7009b9fd /bin/open311-update-reports | |
parent | b203e7907fa4808966521da8e18d9796e28e9b9a (diff) |
Use env in shebang lines, and remove unneeded ones
Diffstat (limited to 'bin/open311-update-reports')
-rwxr-xr-x | bin/open311-update-reports | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/open311-update-reports b/bin/open311-update-reports index 3b77fef89..a964ba8c9 100755 --- a/bin/open311-update-reports +++ b/bin/open311-update-reports @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # This script utilises the standard Open311 way of getting updates on reports # (by fetching all reports for a body and looking for updates). If possible, |