Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
update_unicode.sh: shorten uniset invocation path
author
Beat Bolli
<dev+git@drbeat.li>
Fri, 19 Dec 2014 16:24:22 +0000
(17:24 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 22 Dec 2014 18:03:24 +0000
(10:03 -0800)
"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>
update_unicode.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
69d84a3
)
diff --git
a/update_unicode.sh
b/update_unicode.sh
index bed891691015d16a48d76b9c4fd9229bc9b2c249..f5cc14b33808885e852282f98a27398b9ccdfba0 100755
(executable)
--- a/
update_unicode.sh
+++ b/
update_unicode.sh
@@
-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
)