commit | b79e28e3701e83ba19d3b11ada4cc2bbdfaf8c29 | [log] [tgz] |
---|---|---|
author | Beat Bolli <dev+git@drbeat.li> | Wed Dec 14 00:31:40 2016 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Dec 13 16:12:47 2016 -0800 |
tree | fdba50647cede7391f6c6ff4b54fec12d9c51676 | |
parent | f3eb54920eff356a30df144d50b45a5581e5eb13 [diff] |
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>