diff options
author | Dave Arter <davea@mysociety.org> | 2017-03-02 15:54:41 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2017-03-02 15:54:41 +0000 |
commit | acd92b54b09a2fda991ee3c6e99a33939522fc6d (patch) | |
tree | c0e4dc1609b71efc83c3a650b060bdafd6beed21 | |
parent | 80c0d00332edf4d30c80e07d877d9d872cf733f7 (diff) |
localise_templates fixes
-rwxr-xr-x[-rw-r--r--] | bin/localise_templates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/localise_templates b/bin/localise_templates index 63555bc..5cac98d 100644..100755 --- a/bin/localise_templates +++ b/bin/localise_templates @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl use strict; use warnings; |