projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1121a87
)
t/Makefile: use specified shell when running aggregation script
author
SungHyun Nam
<goweol@gmail.com>
Wed, 16 Jul 2008 01:31:28 +0000
(10:31 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 16 Jul 2008 15:59:14 +0000
(08:59 -0700)
Signed-off-by: SungHyun Nam <goweol@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/Makefile
patch
|
blob
|
history
diff --git
a/t/Makefile
b/t/Makefile
index a778865ae7d015535763b856391ba751f2a9f87c..0d65cedaa6566a6dd654753cb574c9ee64b1c90b 100644
(file)
--- 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: