git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Use SHELL_PATH
@ 2008-07-16  1:31 SungHyun Nam
  2008-07-16 10:47 ` Sverre Rabbelier
  0 siblings, 1 reply; 7+ messages in thread
From: SungHyun Nam @ 2008-07-16  1:31 UTC (permalink / raw)
  To: git


Signed-off-by: SungHyun Nam <goweol@gmail.com>
---
  t/Makefile |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/Makefile b/t/Makefile
index a778865..0d65ced 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:
-- 
1.5.6.3.350.g6c11a

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-07-17  0:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-16  1:31 [PATCH] Use SHELL_PATH SungHyun Nam
2008-07-16 10:47 ` Sverre Rabbelier
2008-07-16 11:00   ` Johannes Schindelin
2008-07-16 15:46   ` Junio C Hamano
2008-07-16 16:05     ` Junio C Hamano
2008-07-17  0:32     ` SungHyun Nam
2008-07-17  0:38       ` SungHyun Nam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).