diff options
Diffstat (limited to 'src/make_unicode_egcb.sh')
-rwxr-xr-x | src/make_unicode_egcb.sh | 2 |
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 |