From: Eric Sunshine Date: Mon, 2 Jul 2018 00:23:47 +0000 (-0400) Subject: t5406: use write_script() instead of birthing shell script manually X-Git-Tag: v2.19.0-rc0~109^2~19 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fb23bd7af232d05d415653dc4d80b634a428f76f?hp=fb23bd7af232d05d415653dc4d80b634a428f76f t5406: use write_script() instead of birthing shell script manually Take advantage of write_script() to abstract-away details of shell script creation, thus allowing the reader to focus on script content. Readability benefits, particularly in this case, since the script body was buried in a noisy one-liner subshell responsible for emitting boilerplate and body. Signed-off-by: Eric Sunshine Signed-off-by: Junio C Hamano ---