summaryrefslogtreecommitdiff
path: root/src/make_unicode_egcb.sh
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-11-20 20:10:50 +0100
committerJörg Frings-Fürst <debian@jff.email>2023-11-20 20:10:50 +0100
commit35e13e4c9637f5bf7bef6039c8c813207780a174 (patch)
treef2ea0b1aa455bb2552ffe8a7bb083f24e86d1f34 /src/make_unicode_egcb.sh
parentdb6f38bc1b73930f1da954525464cf1986f43a28 (diff)
New upstream version 6.9.9upstream/6.9.9upstream
Diffstat (limited to 'src/make_unicode_egcb.sh')
-rwxr-xr-xsrc/make_unicode_egcb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make_unicode_egcb.sh b/src/make_unicode_egcb.sh
index 89cfa18..be60d36 100755
--- a/src/make_unicode_egcb.sh
+++ b/src/make_unicode_egcb.sh
@@ -2,6 +2,6 @@
NAME=unicode_egcb_data
-./make_unicode_egcb_data.py > ${NAME}.c
+python3 make_unicode_egcb_data.py > ${NAME}.c
exit 0