On May 10, 2007, at 4:55 AM, Matthieu Moy wrote:
Junio C Hamano [off-list ref] writes:
quoted
Is that a serious question?
It is. I have to admit that my knowledge about POSIX kind of things on
windows approaches zero, but a hardcoded /bin/something path sounds
suspicious to me.
I think every POSIX environment provides _something_ for /bin and /
usr/bin. There are too many scripts that start "#!/bin/bash" or "#!/
usr/bin/env interpreter" for it not to. And to be POSIX, the basic
utilities (like pwd and env) should be in there. Someday Git may
work on Windows without a funny (for MS) environment. But that day
is not today. Tomorrow doesn't look too good either. ;-)
~~ Brian