blob: 6e66001b46612e959fa7fde0361a4d735d0363e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- src/gencompose.orig 2014-05-22 18:53:16 UTC
+++ src/gencompose
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
open UNIDATA, "<", "www.unicode.org/Public/UNIDATA/UnicodeData.txt"
or die "www.unicode.org/Public/UNIDATA/UnicodeData.txt: $!";
|