Re: 1.5.19-4 cygpath -f - broken?

2006-01-20 Thread Michael Schaap
On 21-Jan-2006 0:15, Brian Dessent wrote: > Martin wrote: > >> I have the following bash alias: >> alias explr='explorer.exe `pwd | cygpath -w -f -`' >> > > I'm not sure why that wouldn't work, but how about this instead: > > alias explr='cygstart "$(cygpath -w "$(pwd)")"' > > Or why not

Re: 1.5.19-4 cygpath -f - broken? - forget about it, my MISTAKE

2006-01-20 Thread Martin
Forget it. I found the problem. I knew I was an idiot. --- Martin <[EMAIL PROTECTED]> wrote: > I seem like an idiot. This is such a fundamental > command, it can't be broken, can it? > > I have the following bash alias: > alias explr='explorer.exe `pwd | cygpath -w -f -`' > > It used to work

Re: 1.5.19-4 cygpath -f - broken?

2006-01-20 Thread Brian Dessent
Martin wrote: > I have the following bash alias: > alias explr='explorer.exe `pwd | cygpath -w -f -`' I'm not sure why that wouldn't work, but how about this instead: alias explr='cygstart "$(cygpath -w "$(pwd)")"' Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Proble

1.5.19-4 cygpath -f - broken?

2006-01-20 Thread Martin
I seem like an idiot. This is such a fundamental command, it can't be broken, can it? I have the following bash alias: alias explr='explorer.exe `pwd | cygpath -w -f -`' It used to work like a charm. No more. Not sure when it stopped working. 1.5.19-2 maybe. 1.5.19-3 didn't work either. I'll