Browse Source

update_unicode.sh: shorten uniset invocation path

"uniset/uniset" is a relative path; there's no need to prefix it
with "./".

Signed-off-by: Beat Bolli <dev+git@drbeat.li>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Beat Bolli 10 years ago committed by Junio C Hamano
parent
commit
3a77c2096d
  1. 4
      update_unicode.sh

4
update_unicode.sh

@ -29,11 +29,11 @@ fi && @@ -29,11 +29,11 @@ fi &&
) && {
UNICODE_DIR=. && export UNICODE_DIR &&
echo "static const struct interval zero_width[] = {" &&
./uniset/uniset --32 cat:Me,Mn,Cf + U+1160..U+11FF - U+00AD |
uniset/uniset --32 cat:Me,Mn,Cf + U+1160..U+11FF - U+00AD |
grep -v plane &&
echo "};" &&
echo "static const struct interval double_width[] = {" &&
./uniset/uniset --32 eaw:F,W &&
uniset/uniset --32 eaw:F,W &&
echo "};"
} >$UNICODEWIDTH_H
)

Loading…
Cancel
Save