~alva/moj

c9c68b38ee7bac40d8a0228f485e3abdc3da2f40 — ugla 1 year, 4 months ago 293d0b8 trunk
Improve Unicode update script
1 files changed, 1 insertions(+), 1 deletions(-)

M src/update_unicode_data.sh
M src/update_unicode_data.sh => src/update_unicode_data.sh +1 -1
@@ 3,4 3,4 @@ set -eu
file_name=UnicodeData.txt
curl https://unicode.org/Public/UNIDATA/"$file_name" \
    | head -c -1 \
    > "$file_name"
\ No newline at end of file
    > "$(dirname "$0")/$file_name"
\ No newline at end of file