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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2015-04-02 16:38:56 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-04-02 16:38:56 +0300
commit2d1da3219ddcdf923599106818a02e51da3737f8 (patch)
tree9fd4222301541addaa142e5805f4f6077df47748 /scripts/ems/support/run-command-on-multiple-refsets.perl
parent035c80605953bbe5ef623c686672c2b5bf190d0c (diff)
consistently use 'env perl' command for environments where the 1st perl in PATH isn't the default perl. Which is kinda stupid
Diffstat (limited to 'scripts/ems/support/run-command-on-multiple-refsets.perl')
-rwxr-xr-xscripts/ems/support/run-command-on-multiple-refsets.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ems/support/run-command-on-multiple-refsets.perl b/scripts/ems/support/run-command-on-multiple-refsets.perl
index 972f5602d..f8e211582 100755
--- a/scripts/ems/support/run-command-on-multiple-refsets.perl
+++ b/scripts/ems/support/run-command-on-multiple-refsets.perl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
use strict;