Re: cygwin-1.7: mv appends .exe extension to .bat and .com files

2010-03-19 Thread Ilya Beylin
> Had the same problem, cp and mv appending exe to nearly everything. > After I upgraded coreutils from 8.4.1 to 8.4.2 the issue has been resolved. I have coreutils 7.0-2 and "mv" seems to work correctly for me, however I see that both rsync and rdiff-backup add the .exe suffix when copying an exe

Re: cygwin-1.7: mv appends .exe extension to .bat and .com files

2010-03-19 Thread Gerrit Imsieke
Herb Maeder maeder.org> writes: > > With a fresh install of cygwin-1.7 on a vanilla Vista system, I see that > the 'mv' command appends a .exe extension to the destination file for any > source files that have a .bat or .com extensions. Had the same problem, cp and mv appending exe to nearly ev

Re: cygwin-1.7: mv appends .exe extension to .bat and .com files

2008-10-09 Thread Ralph Hempel
Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Corinna Vinschen on 10/9/2008 7:05 AM: Install seems to strip the .exe extension in the process of copying files to the destination directory. Install *copies* files. The resulting filename is not under control of Cy

Re: cygwin-1.7: mv appends .exe extension to .bat and .com files

2008-10-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Corinna Vinschen on 10/9/2008 7:05 AM: >> Install seems to strip the .exe extension in the process of copying >> files to the destination directory. > > Install *copies* files. The resulting filename is not under control of > Cygwin but

Re: cygwin-1.7: mv appends .exe extension to .bat and .com files

2008-10-09 Thread Corinna Vinschen
On Oct 9 08:48, Ralph Hempel wrote: > Corinna Vinschen wrote: >> On Oct 2 11:01, Corinna Vinschen wrote: >>> On Oct 1 09:27, Herb Maeder wrote: With a fresh install of cygwin-1.7 on a vanilla Vista system, I see that the 'mv' command appends a .exe extension to the destination file for

Re: cygwin-1.7: mv appends .exe extension to .bat and .com files

2008-10-09 Thread Ralph Hempel
Corinna Vinschen wrote: On Oct 2 11:01, Corinna Vinschen wrote: On Oct 1 09:27, Herb Maeder wrote: With a fresh install of cygwin-1.7 on a vanilla Vista system, I see that the 'mv' command appends a .exe extension to the destination file for any source files that have a .bat or .com extension

Re: cygwin-1.7: mv appends .exe extension to .bat and .com files

2008-10-09 Thread Corinna Vinschen
On Oct 2 11:01, Corinna Vinschen wrote: > On Oct 1 09:27, Herb Maeder wrote: > > With a fresh install of cygwin-1.7 on a vanilla Vista system, I see that > > the 'mv' command appends a .exe extension to the destination file for any > > source files that have a .bat or .com extensions. > > > > To

Re: cygwin-1.7: mv appends .exe extension to .bat and .com files

2008-10-02 Thread Herb Maeder
On Oct 1 21:02, Thorsten Kampe wrote: > * Herb Maeder (Wed, 01 Oct 2008 09:27:25 -0700) > > With a fresh install of cygwin-1.7 on a vanilla Vista system, I see that > > the 'mv' command appends a .exe extension to the destination file for any > > source files that have a .bat or .com extensions.

Re: cygwin-1.7: mv appends .exe extension to .bat and .com files

2008-10-02 Thread Corinna Vinschen
On Oct 1 09:27, Herb Maeder wrote: > With a fresh install of cygwin-1.7 on a vanilla Vista system, I see that > the 'mv' command appends a .exe extension to the destination file for any > source files that have a .bat or .com extensions. > > To reproduce: > >% mkdir foobar >% touch f

Re: cygwin-1.7: mv appends .exe extension to .bat and .com files

2008-10-01 Thread Thorsten Kampe
* Herb Maeder (Wed, 01 Oct 2008 09:27:25 -0700) > With a fresh install of cygwin-1.7 on a vanilla Vista system, I see that > the 'mv' command appends a .exe extension to the destination file for any > source files that have a .bat or .com extensions. > > To reproduce: > >% mkdir foobar >

cygwin-1.7: mv appends .exe extension to .bat and .com files

2008-10-01 Thread Herb Maeder
With a fresh install of cygwin-1.7 on a vanilla Vista system, I see that the 'mv' command appends a .exe extension to the destination file for any source files that have a .bat or .com extensions. To reproduce: % mkdir foobar % touch foo.bat % mv foo.bat foobar % ls foobar foo.