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/training/clean-corpus-n.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/training/clean-corpus-n.perl')
-rwxr-xr-xscripts/training/clean-corpus-n.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/training/clean-corpus-n.perl b/scripts/training/clean-corpus-n.perl
index 18282858d..efb705325 100755
--- a/scripts/training/clean-corpus-n.perl
+++ b/scripts/training/clean-corpus-n.perl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
# $Id: clean-corpus-n.perl 3633 2010-10-21 09:49:27Z phkoehn $
use strict;