login
Header Space

 
 

Re: [PATCH 2/3] t3404: use configured shell instead of /bin/sh

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Junio C Hamano <gitster@...>
Cc: Johannes Sixt <johannes.sixt@...>, <git@...>, Whit Armstrong <armstrong.whit@...>
Date: Saturday, February 23, 2008 - 6:44 pm

On Sat, Feb 23, 2008 at 02:35:33PM -0800, Junio C Hamano wrote:


My point is that nothing ever turns that into /bin/bash, unless there is
something totally outside of git setting up SHELL_PATH (which is not set
up on any of my systems). I would think to handle the case you're
talking about, you would want to change

  SHELL_PATH ?= $(SHELL)

to something like

  SHELL_PATH ?= $(shell which $(SHELL))


Why?

-Peff
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/3] solaris test results, Jeff King, (Wed Feb 20, 7:59 pm)
Re: [PATCH 0/3] solaris test results, Junio C Hamano, (Wed Feb 20, 8:34 pm)
Re: [PATCH 0/3] solaris test results, Jeff King, (Wed Feb 20, 8:41 pm)
Re: [PATCH 2/3] t3404: use configured shell instead of /bin/sh, Jeff King, (Sat Feb 23, 6:44 pm)
speck-geostationary