Re: unzip, find broken by auto handling of .exe file extension

2016-09-02 Thread cyg Simple
On 9/1/2016 12:00 PM, Stephen Anderson wrote: > I am in the process of importing zip archive contents into an SVN repo > and have encountered problems when unzip-6.00 expands an archive > containing an executable file in a directory that contains a > subdirectory with the same base name as the exec

Re: unzip, find broken by auto handling of .exe file extension

2016-09-02 Thread Stephen Anderson
utilities that really should do that would be 'which', 'whereis' or shell command completion (not file completion). Attached updated test case. sja -Original Message- From: cyg Simple Sent: Friday, September 02, 2016 2:40 PM To: cygwin@cygwin.com Subject: Re: unzip,

Re: unzip, find broken by auto handling of .exe file extension

2016-09-09 Thread Stephen Anderson
, September 02, 2016 4:19 PM To: cygwin@cygwin.com ; cyg Simple Subject: Re: unzip, find broken by auto handling of .exe file extension Thanks for looking at the problem. Unfortunately not resolved... 1. As demonstrated by the provided ruby test case, it is very possible to have a directory and base

RE: unzip, find broken by auto handling of .exe file extension

2016-09-09 Thread Nellis, Kenneth
From: Stephen Anderson > > See also: > > http://stackoverflow.com/questions/32467871/unzip-gives-checkdir-error- > directory-exists-but-is-not-a-directory#32468314 > > The fact that 7z handles this and unzip does not indicates that the > problem > is fixable.. FWIW, it seems that the same issue

Re: unzip, find broken by auto handling of .exe file extension

2016-09-12 Thread Stephen Anderson
Thanks Ken, good observation. -Original Message- From: Nellis, Kenneth From: Stephen Anderson > > See also: > > http://stackoverflow.com/questions/32467871/unzip-gives-checkdir-error- > directory-exists-but-is-not-a-directory#32468314 > > The fact that 7z handles this and unzip does

Re: unzip, find broken by auto handling of .exe file extension

2016-09-12 Thread Marco Atzeri
On 12/09/2016 21:12, Stephen Anderson wrote: Thanks Ken, good observation. -Original Message- From: Nellis, Kenneth From: Stephen Anderson > > See also: > > http://stackoverflow.com/questions/32467871/unzip-gives-checkdir-error- > directory-exists-but-is-not-a-directory#32468314 > >

Re: unzip, find broken by auto handling of .exe file extension

2016-09-12 Thread Stephen Anderson
> On Sep 12, 2016, at 4:53 PM, Marco Atzeri wrote: > > On 12/09/2016 21:12, Stephen Anderson wrote: >> Thanks Ken, good observation. >> >> -Original Message- >>> From: Nellis, Kenneth >>> From: Stephen Anderson > >>> > See also: >>> > >>> > http://stackoverflow.com/questions/32467871/

RE: unzip, find broken by auto handling of .exe file extension

2016-09-12 Thread Andy Hall
> From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of > Stephen Anderson > Sent: Monday, September 12, 2016 4:31 PM > To: cygwin@cygwin.com > Subject: Re: unzip, find broken by auto handling of .exe file extension > > > > On Sep 12, 2016, at 4

Re: unzip, find broken by auto handling of .exe file extension

2016-09-12 Thread Marco Atzeri
On 13/09/2016 01:30, Stephen Anderson wrote: This characteristics is needed as windows for historical reason requested ".exe" extension for all executable files, while Unix have not such restriction. So "cat.exe" is recognized by cygwin also as "cat". Without this feature all scripts taken