Den 2010-08-13 19:32 skrev Ralf Wildenhues:
> * Peter Rosin wrote on Fri, Aug 13, 2010 at 03:55:54PM CEST:
>> Den 2010-08-07 17:56 skrev Ralf Wildenhues:
>>> install bla.exe .../inst/bin/foo.exe
>>> install script.sh .../inst/bin/foo
>>>
>>> and the second one fails (to overwrite the foo.exe).
* Peter Rosin wrote on Fri, Aug 13, 2010 at 03:55:54PM CEST:
> Den 2010-08-07 17:56 skrev Ralf Wildenhues:
> > install bla.exe .../inst/bin/foo.exe
> > install script.sh .../inst/bin/foo
> >
> > and the second one fails (to overwrite the foo.exe). Does anybody
> > happen to know if this is du
Den 2010-08-07 17:56 skrev Ralf Wildenhues:
> I'm seeing a presumably new failure on Cygwin that I don't remember
> seeing before. The gist is the following: transform2.test tries
> something like
>
> install bla.exe .../inst/bin/foo.exe
> install script.sh .../inst/bin/foo
>
> and the secon