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