summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/make-rules/alphabets/general
diff options
context:
space:
mode:
authorVladimir Volovich <vvv@vsu.ru>2008-03-25 13:01:08 +0000
committerVladimir Volovich <vvv@vsu.ru>2008-03-25 13:01:08 +0000
commit29dfcfdc03a117fc7738460da50de6509180ff55 (patch)
tree691abe86c1bdbde5117abab6da65f3e223bc1302 /Build/source/utils/xindy/make-rules/alphabets/general
parentc981e5f8f05053c0eca634db03b0a4be0ea3d67c (diff)
from Karl: globally change
#!/usr/bin/perl to #!/usr/bin/env perl which is more portable git-svn-id: svn://tug.org/texlive/trunk@7149 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/make-rules/alphabets/general')
-rwxr-xr-xBuild/source/utils/xindy/make-rules/alphabets/general/cp1252.pl2
-rwxr-xr-xBuild/source/utils/xindy/make-rules/alphabets/general/cp850.pl2
-rwxr-xr-xBuild/source/utils/xindy/make-rules/alphabets/general/latin9.pl2
-rwxr-xr-xBuild/source/utils/xindy/make-rules/alphabets/general/template.pl2
-rw-r--r--Build/source/utils/xindy/make-rules/alphabets/general/utf8.pl.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/utils/xindy/make-rules/alphabets/general/cp1252.pl b/Build/source/utils/xindy/make-rules/alphabets/general/cp1252.pl
index eb1c5c60229..db827fcb0e7 100755
--- a/Build/source/utils/xindy/make-rules/alphabets/general/cp1252.pl
+++ b/Build/source/utils/xindy/make-rules/alphabets/general/cp1252.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
$language = "A general sorting order for Western European languages";
$prefix = "xy";
diff --git a/Build/source/utils/xindy/make-rules/alphabets/general/cp850.pl b/Build/source/utils/xindy/make-rules/alphabets/general/cp850.pl
index cbc98fee23f..161446e16a9 100755
--- a/Build/source/utils/xindy/make-rules/alphabets/general/cp850.pl
+++ b/Build/source/utils/xindy/make-rules/alphabets/general/cp850.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
$language = "A general sorting order for Western European languages";
$prefix = "xy";
diff --git a/Build/source/utils/xindy/make-rules/alphabets/general/latin9.pl b/Build/source/utils/xindy/make-rules/alphabets/general/latin9.pl
index 0be6256bd6c..4a0825b3335 100755
--- a/Build/source/utils/xindy/make-rules/alphabets/general/latin9.pl
+++ b/Build/source/utils/xindy/make-rules/alphabets/general/latin9.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
$language = "A general sorting order for Western European languages";
$prefix = "xy";
diff --git a/Build/source/utils/xindy/make-rules/alphabets/general/template.pl b/Build/source/utils/xindy/make-rules/alphabets/general/template.pl
index 7aca3c2f984..ab0479f83c1 100755
--- a/Build/source/utils/xindy/make-rules/alphabets/general/template.pl
+++ b/Build/source/utils/xindy/make-rules/alphabets/general/template.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
$language = "Template";
$prefix = "??";
diff --git a/Build/source/utils/xindy/make-rules/alphabets/general/utf8.pl.in b/Build/source/utils/xindy/make-rules/alphabets/general/utf8.pl.in
index cc0dbe36fa7..99b2f103de6 100644
--- a/Build/source/utils/xindy/make-rules/alphabets/general/utf8.pl.in
+++ b/Build/source/utils/xindy/make-rules/alphabets/general/utf8.pl.in
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
$language = "A general sorting order for Western European languages";
$prefix = "xy";