On Fri, September 23, 2005 5:19 am, Junio C Hamano said:
"Sean" [off-list ref] writes:
quoted
If not, would you accept a patch that first converted the shell scripts
to
#!/bin/bash and then added a "make install" option that allowed them to
be
replaced? Something like "make install S=/bin/ash" for instance?
$ make SHELL_PATH=/bin/bash
Perhaps?
Heh.. so you've already got that working :o) So on Solaris one fix would
be to just use the SHELL_PATH setting when installing to point to
/bin/bash. What do you think about making /bin/bash the default?
Sean