comparison po/check_po.pl @ 22015:72f90ea7ae34

Don't assume perl is at /usr/bin/perl, use /usr/bin/env instead. This is not foolproof, but it's consistent with what we're doing for Python. If this causes problems, we can revert or try something else. Refs #4436
author Richard Laager <rlaager@wiktel.com>
date Sat, 05 Jan 2008 18:41:33 +0000
parents 6173354a64dc
children a675137fc598
comparison
equal deleted inserted replaced
22014:942bf314fc8a 22015:72f90ea7ae34
1 #!/usr/bin/perl -w 1 #!/usr/bin/env perl -w
2 # 2 #
3 # check_po.pl - check po file translations for likely errors 3 # check_po.pl - check po file translations for likely errors
4 # 4 #
5 # Written by David W. Pfitzner dwp@mso.anu.edu.au 5 # Written by David W. Pfitzner dwp@mso.anu.edu.au
6 # This script is hereby placed in the Public Domain. 6 # This script is hereby placed in the Public Domain.