From: Jens Lehmann Date: Wed, 9 Jul 2014 19:34:12 +0000 (+0200) Subject: t/Makefile: check helper scripts for non-portable shell commands too X-Git-Tag: v2.1.0-rc0~34^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cd78cea29d5476c6178cd49c08d10566f5bf0d4f?hp=cd78cea29d5476c6178cd49c08d10566f5bf0d4f t/Makefile: check helper scripts for non-portable shell commands too Currently only the "t[0-9][0-9][0-9][0-9]-*.sh" scripts are tested for shell incompatibilities using the check-non-portable-shell.pl script. This makes it easy to miss non-POSIX constructs added to one of the t/*lib*.sh helper scripts, as they aren't automatically detected. Fix that by adding a THELPERS variable containing all shell scripts that aren't tests and add these to the "test-lint-shell-syntax" target too. Signed-off-by: Jens Lehmann Signed-off-by: Junio C Hamano ---