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:
Diffstat (limited to 'tests/phrase.multi-factor/filter-stderr.pl')
-rwxr-xr-xtests/phrase.multi-factor/filter-stderr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phrase.multi-factor/filter-stderr.pl b/tests/phrase.multi-factor/filter-stderr.pl
index 2f6e176..4c279a1 100755
--- a/tests/phrase.multi-factor/filter-stderr.pl
+++ b/tests/phrase.multi-factor/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;