Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/moses-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2015-08-26 10:21:40 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-08-26 10:21:40 +0300
commitfa34aa68e281f318376702f663fe6b9c5214800e (patch)
tree5eecca541b18ff205df9069d040e10c547c81caf /tests/phrase.lexicalized-reordering/filter-stderr.pl
parentc2b66405c907b393dbf2c1ccb75fd2eeef91a467 (diff)
use env for all .pl files
Diffstat (limited to 'tests/phrase.lexicalized-reordering/filter-stderr.pl')
-rwxr-xr-xtests/phrase.lexicalized-reordering/filter-stderr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phrase.lexicalized-reordering/filter-stderr.pl b/tests/phrase.lexicalized-reordering/filter-stderr.pl
index 2f6e176..4c279a1 100755
--- a/tests/phrase.lexicalized-reordering/filter-stderr.pl
+++ b/tests/phrase.lexicalized-reordering/filter-stderr.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
BEGIN { use Cwd qw/ abs_path /; use File::Basename; $script_dir = dirname(abs_path($0)); push @INC, "$script_dir/../perllib"; }
use RegTestUtils;