Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unclosed here document in t3301.sh
Commit 908a320 introduced indentation to here documents in t3301.sh. However in one place <<-EOF was missing -, which broke this test when run with mksh-50d. This commit fixes it. Signed-off-by: Kacper Kornet <draenog@pld-linux.org> Acked-by: Johan Herland <johan@herland.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information