diff options
author | Struan Donald <struan@exo.org.uk> | 2012-10-22 15:44:42 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-10-22 15:44:42 +0100 |
commit | 2162e5da55d73df4ceeb91294baa273c0aba1b77 (patch) | |
tree | f5cc953855cada20cf2c082df939db9eb0a350bd | |
parent | 0bbfcbe766cffafc6fa7367edbb62ca274d0fdb9 (diff) |
use /usr/bin/env perl and not /usr/bin/perl
-rwxr-xr-x | bin/open311-populate-service-list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/open311-populate-service-list b/bin/open311-populate-service-list index 33be61af7..9588e4360 100755 --- a/bin/open311-populate-service-list +++ b/bin/open311-populate-service-list @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; |