]> git.ipfire.org Git - thirdparty/git.git/commit - t/t9500-gitweb-standalone-no-errors.sh
t9500: remove spaces after redirect operators
authorAndrei Rybak <rybak.a.v@gmail.com>
Sun, 22 Mar 2020 21:14:21 +0000 (22:14 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 22 Mar 2020 23:39:08 +0000 (16:39 -0700)
commit9b966fffc26d378cc11bd3e924f979403ab174dc
tree92562644be23c13f532772879d1da0e466a98170
parent55a75686061148ea0f9b448cf6e8b0596599eff2
t9500: 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: Andrei Rybak <rybak.a.v@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9500-gitweb-standalone-no-errors.sh