t7700: remove spaces after redirect operators
commit7a1c8c2346d43b4e5e5a59997288ae805a2a5019
authorDenton Liu <liu.denton@gmail.com>
Wed, 27 Nov 2019 19:53:47 +0000 (27 11:53 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Nov 2019 21:20:15 +0000 (29 13:20 -0800)
tree0c8bd3188d7a627cb08ea7d4b47aafba36fd0f6b
parent09279086e8c92c77cc75f73dcac35062e6e68fd3
t7700: remove spaces after redirect operators

For shell scripts, the usual convention is for there to be no space
after redirection operators, (e.g. `>file`, not `> file`). Remove these
spaces wherever they appear.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7700-repack.sh