Skip to content

Commit dd33927

Browse files
goweolgitster
authored andcommitted
t/Makefile: use specified shell when running aggregation script
Signed-off-by: SungHyun Nam <goweol@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 1121a87 commit dd33927

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ clean:
2626
$(RM) -r 'trash directory' test-results
2727

2828
aggregate-results:
29-
./aggregate-results.sh test-results/t*-*
29+
'$(SHELL_PATH_SQ)' ./aggregate-results.sh test-results/t*-*
3030

3131
# we can test NO_OPTIMIZE_COMMITS independently of LC_ALL
3232
full-svn-test:

0 commit comments

Comments
 (0)