From: Johannes Sixt Date: Tue, 22 Dec 2015 18:35:16 +0000 (+0100) Subject: t/t5100: no need to use 'echo' command substitutions for globbing X-Git-Tag: v2.8.0-rc0~103^2~61 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6ffd3ec88c477bb73e3a149bf6475a1df1a51ab0?ds=inline;hp=6ffd3ec88c477bb73e3a149bf6475a1df1a51ab0 t/t5100: no need to use 'echo' command substitutions for globbing Instead of making the shell expand 00* and invoke 'echo' with it, and then capturing its output as command substitution, just use the result of expanding 00* directly. Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano ---