Skip to content

Commit

Permalink
update_unicode.sh: shorten uniset invocation path
Browse files Browse the repository at this point in the history
"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>
  • Loading branch information
Beat Bolli authored and Junio C Hamano committed Dec 22, 2014
1 parent 69d84a3 commit 3a77c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update_unicode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit 3a77c20

Please sign in to comment.