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:53 +0100
committerJörg Frings-Fürst <debian@jff.email>2023-11-20 20:10:53 +0100
commit5fc8746a80a7bc6fe88845e1aae3a69903d21cdb (patch)
treee59de9241eef0f0ecb27038f7c85df6619309999 /src/make_unicode_egcb.sh
parentc9281d179754ffffe24ba9a718d2c4f2e1b4bd5e (diff)
parent35e13e4c9637f5bf7bef6039c8c813207780a174 (diff)
Update upstream source from tag 'upstream/6.9.9'
Update to upstream version '6.9.9' with Debian dir 5b0f8b561f5675106115901f41e387c12471c40a
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