Git development
 help / color / mirror / Atom feed
* [PATCH review] Build: make PERL_PATH = /usr/bin/env perl
@ 2008-05-31 18:34 Michael Witten
  2008-05-31 19:55 ` Junio C Hamano
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Michael Witten @ 2008-05-31 18:34 UTC (permalink / raw)
  To: git; +Cc: Michael Witten

This should make PERL_PATH more robust, as some
systems may have multiple version of perl installed.

Signed-off-by: Michael Witten <mfwitten@mit.edu>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 865e2bf..5828745 100644
--- a/Makefile
+++ b/Makefile
@@ -323,7 +323,7 @@ ifndef SHELL_PATH
 	SHELL_PATH = /bin/sh
 endif
 ifndef PERL_PATH
-	PERL_PATH = /usr/bin/perl
+	PERL_PATH = /usr/bin/env perl
 endif
 
 export PERL_PATH
-- 
1.5.5.GIT

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

end of thread, other threads:[~2008-06-02  2:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-31 18:34 [PATCH review] Build: make PERL_PATH = /usr/bin/env perl Michael Witten
2008-05-31 19:55 ` Junio C Hamano
2008-06-01  4:48   ` Michael Witten
2008-06-01  8:22 ` Matthieu Moy
2008-06-01  9:01   ` Junio C Hamano
2008-06-01 18:11 ` Steven Walter
2008-06-02  2:17   ` David Christensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox