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 <[email protected]> Acked-by: Johan Herland <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information