diff options
Diffstat (limited to 'src/make_unicode_wb.sh')
-rwxr-xr-x | src/make_unicode_wb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make_unicode_wb.sh b/src/make_unicode_wb.sh index e2e98fa..61fafe5 100755 --- a/src/make_unicode_wb.sh +++ b/src/make_unicode_wb.sh @@ -2,6 +2,6 @@ NAME=unicode_wb_data -./make_unicode_wb_data.py > ${NAME}.c +python3 make_unicode_wb_data.py > ${NAME}.c exit 0 |