Skip to content

Commit 3a77c20

Browse files
bbolligitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 69d84a3 commit 3a77c20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update_unicode.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ fi &&
2929
) && {
3030
UNICODE_DIR=. && export UNICODE_DIR &&
3131
echo "static const struct interval zero_width[] = {" &&
32-
./uniset/uniset --32 cat:Me,Mn,Cf + U+1160..U+11FF - U+00AD |
32+
uniset/uniset --32 cat:Me,Mn,Cf + U+1160..U+11FF - U+00AD |
3333
grep -v plane &&
3434
echo "};" &&
3535
echo "static const struct interval double_width[] = {" &&
36-
./uniset/uniset --32 eaw:F,W &&
36+
uniset/uniset --32 eaw:F,W &&
3737
echo "};"
3838
} >$UNICODEWIDTH_H
3939
)

0 commit comments

Comments
 (0)