diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-07-12 09:18:45 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-07-12 09:18:45 +0200 |
commit | ed7b90269a529d90d151969348e55347fae02c0d (patch) | |
tree | 7c72e5a49112a844a53a2c10ef1fda47867aee92 /src/make_unicode_fold.sh | |
parent | 6cac1738b6aebf75b29d225775030d291319f9a2 (diff) | |
parent | 5c29b174a11e992dac68553f08645fe4a825c315 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'src/make_unicode_fold.sh')
-rwxr-xr-x | src/make_unicode_fold.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make_unicode_fold.sh b/src/make_unicode_fold.sh index d5828e1..35ce974 100755 --- a/src/make_unicode_fold.sh +++ b/src/make_unicode_fold.sh @@ -1,6 +1,6 @@ #!/bin/sh -GPERF=/usr/bin/gperf +GPERF=/usr/local/bin/gperf TMP0=gperf0.tmp TMP1=gperf1.tmp |