update_unicode.sh: set UNICODE_DIR only once
commit69d84a3b58464f1a60a1f93642ecd727a26067fa
authorBeat Bolli <dev+git@drbeat.li>
Fri, 19 Dec 2014 16:24:21 +0000 (19 17:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Dec 2014 18:02:46 +0000 (22 10:02 -0800)
tree6dfdb828e43440913a16bcafcda9fdbe24e95846
parent2aa590cb0761818fec9198ba4a1854310e1e0bf1
update_unicode.sh: set UNICODE_DIR only once

The value is the same on both uniset invocations, so "Don't Repeat
Yourself" applies.

Since this is done as the last command in the sequence, there's no
need to unset UNICODE_DIR at the end.

Signed-off-by: Beat Bolli <dev+git@drbeat.li>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
update_unicode.sh