diff options
Diffstat (limited to 'bin/make_po')
-rwxr-xr-x | bin/make_po | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/make_po b/bin/make_po index ad1fc1a89..a5b145ecb 100755 --- a/bin/make_po +++ b/bin/make_po @@ -1,5 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl + use strict; +use warnings; # Generates a version of .po file, which is a translation # into a language the same as English, with replacement as specified in PoChange |