aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2017-03-02 15:54:41 +0000
committerDave Arter <davea@mysociety.org>2017-06-05 11:01:44 +0100
commit7bbae5f1becae9bcfdb4359b31fa50871109c07c (patch)
treec0e4dc1609b71efc83c3a650b060bdafd6beed21
parent80c0d00332edf4d30c80e07d877d9d872cf733f7 (diff)
Use correct path to 'env' in localise_templates
-rwxr-xr-x[-rw-r--r--]bin/localise_templates2
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;