summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Scheibe <rene.scheibe@gmail.com>2014-09-02 11:31:42 +0200
committerRené Scheibe <rene.scheibe@gmail.com>2014-09-02 11:31:42 +0200
commit92c4cbf2ffb2f6bb7f73bb7af99616bc22fc6e5c (patch)
treeacff8aadaa71ff40c3cd61555a19a4f4443c9d94
parentb689e53e4d55994661a3ce810b3e9b40afc6b56c (diff)
downloadninka-92c4cbf2ffb2f6bb7f73bb7af99616bc22fc6e5c.tar.gz
improve portability by using /usr/bin/env to resolve the perl binary
-rwxr-xr-xextComments/extComments.pl2
-rwxr-xr-xextComments/hashComments.pl2
-rwxr-xr-xfilter/filter.pl2
-rwxr-xr-xmatcher/matcher.pl2
-rwxr-xr-xninka.pl2
-rwxr-xr-xsenttok/senttok.pl2
-rwxr-xr-xsplitter/splitter.pl2
7 files changed, 7 insertions, 7 deletions
diff --git a/extComments/extComments.pl b/extComments/extComments.pl
index a270b5a..c98fbcb 100755
--- a/extComments/extComments.pl
+++ b/extComments/extComments.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#
# Copyright (C) 2009-2010 Yuki Manabe and Daniel M. German
diff --git a/extComments/hashComments.pl b/extComments/hashComments.pl
index ea0fc1b..3094b1b 100755
--- a/extComments/hashComments.pl
+++ b/extComments/hashComments.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#
# Copyright (C) 2009-2010 Yuki Manabe and Daniel M. German
diff --git a/filter/filter.pl b/filter/filter.pl
index 35d8d3b..40a62ee 100755
--- a/filter/filter.pl
+++ b/filter/filter.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#
# Copyright (C) 2009-2010 Yuki Manabe and Daniel M. German
#
diff --git a/matcher/matcher.pl b/matcher/matcher.pl
index c1a46ae..3acba07 100755
--- a/matcher/matcher.pl
+++ b/matcher/matcher.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#
# Copyright (C) 2009-2010 Yuki Manabe and Daniel M. German
diff --git a/ninka.pl b/ninka.pl
index a74dc83..990a5f5 100755
--- a/ninka.pl
+++ b/ninka.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#
# Copyright (C) 2009-2010 Yuki Manabe and Daniel M. German
#
diff --git a/senttok/senttok.pl b/senttok/senttok.pl
index 543f818..8580324 100755
--- a/senttok/senttok.pl
+++ b/senttok/senttok.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#
# Copyright (C) 2009-2010 Yuki Manabe and Daniel M. German
#
diff --git a/splitter/splitter.pl b/splitter/splitter.pl
index 5eab784..6b73989 100755
--- a/splitter/splitter.pl
+++ b/splitter/splitter.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#
#***************************************************************************************************
# SENTENCE SPLITTER