update_unicode.sh: remove an unnecessary subshell level
commitb79e28e3701e83ba19d3b11ada4cc2bbdfaf8c29
authorBeat Bolli <dev+git@drbeat.li>
Tue, 13 Dec 2016 23:31:40 +0000 (14 00:31 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Dec 2016 00:12:47 +0000 (13 16:12 -0800)
treefdba50647cede7391f6c6ff4b54fec12d9c51676
parentf3eb54920eff356a30df144d50b45a5581e5eb13
update_unicode.sh: remove an unnecessary subshell level

After the move into contrib/update-unicode, we no longer create the
unicode directory to have a clean working folder. Instead, the directory
of the script is used. This means that the subshell can be removed.

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