diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-03-25 13:01:08 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-03-25 13:01:08 +0000 |
commit | 29dfcfdc03a117fc7738460da50de6509180ff55 (patch) | |
tree | 691abe86c1bdbde5117abab6da65f3e223bc1302 /Build/source/utils/xindy/make-rules/alphabets/general/utf8.pl.in | |
parent | c981e5f8f05053c0eca634db03b0a4be0ea3d67c (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/utf8.pl.in')
-rw-r--r-- | Build/source/utils/xindy/make-rules/alphabets/general/utf8.pl.in | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |