summaryrefslogtreecommitdiff
path: root/src/make_unicode_wb.sh
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2019-07-12 09:18:18 +0200
committerJörg Frings-Fürst <debian@jff.email>2019-07-12 09:18:18 +0200
commit5c29b174a11e992dac68553f08645fe4a825c315 (patch)
tree7c72e5a49112a844a53a2c10ef1fda47867aee92 /src/make_unicode_wb.sh
parent6cac1738b6aebf75b29d225775030d291319f9a2 (diff)
parente25c754918ae26e8b9e68a47bc1af36248e91800 (diff)
Update upstream source from tag 'upstream/6.9.2'
Update to upstream version '6.9.2' with Debian dir a351ad757689417d0ede510a023d625faee8e3e9
Diffstat (limited to 'src/make_unicode_wb.sh')
-rwxr-xr-xsrc/make_unicode_wb.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/make_unicode_wb.sh b/src/make_unicode_wb.sh
new file mode 100755
index 0000000..e2e98fa
--- /dev/null
+++ b/src/make_unicode_wb.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+NAME=unicode_wb_data
+
+./make_unicode_wb_data.py > ${NAME}.c
+
+exit 0