From e25c754918ae26e8b9e68a47bc1af36248e91800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 12 Jul 2019 09:18:14 +0200 Subject: New upstream version 6.9.2 --- src/make_unicode_wb.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 src/make_unicode_wb.sh (limited to 'src/make_unicode_wb.sh') 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 -- cgit v1.2.3