diff options
Diffstat (limited to 'Build/source/utils/xindy/make-rules/alphabets/general')
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"; |