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.
Nothing more, nothing less in my question.
--
Matthieu
From: Brian Gernhardt <hidden> Date: 2016-06-15 22:43:09
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
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:43:09
Hi,
On Thu, 10 May 2007, Brian Gernhardt wrote:
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. ;-)
It sure sounds like you would like that day rather sooner than later. In
related news, that day will be sooner rather than later, if people who
actually care deeply about this _do_ something about it.
Hth,
Dscho
From: Brian Gernhardt <hidden> Date: 2016-06-15 22:43:09
On May 12, 2007, at 11:25 AM, Johannes Schindelin wrote:
On Thu, 10 May 2007, Brian Gernhardt wrote:
quoted
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. ;-)
It sure sounds like you would like that day rather sooner than
later. In
related news, that day will be sooner rather than later, if people who
actually care deeply about this _do_ something about it.
Actually, at the moment, my only Windows environment is inside a VM
box on my Mac. So as long as it works on my Mac, I don't care how
long it takes. And I have neither the time nor build environment to
try to fix it. If that changes, I'll produce patches like a good
code monkey.
~~ Brian