From: SungHyun Nam Date: Wed, 16 Jul 2008 01:31:28 +0000 (+0900) Subject: t/Makefile: use specified shell when running aggregation script X-Git-Tag: v1.6.0-rc0~45 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dd33927ccdb92205988ba98bb2bb7df47529cd6d;p=git.git t/Makefile: use specified shell when running aggregation script Signed-off-by: SungHyun Nam Signed-off-by: Junio C Hamano --- diff --git a/t/Makefile b/t/Makefile index a778865ae..0d65cedaa 100644 --- a/t/Makefile +++ b/t/Makefile @@ -26,7 +26,7 @@ clean: $(RM) -r 'trash directory' test-results aggregate-results: - ./aggregate-results.sh test-results/t*-* + '$(SHELL_PATH_SQ)' ./aggregate-results.sh test-results/t*-* # we can test NO_OPTIMIZE_COMMITS independently of LC_ALL full-svn-test: