Re: sed 4.2.1-1 locks files on windows

2012-02-21 Thread L Anderson
Corinna Vinschen wrote: On Feb 21 11:58, cygwin@munub.e4ward.com wrote: see here: http://stackoverflow.com/questions/9368783/cygwin-bash-sed-locks-my-files When I change files in cygwin bash with the sed command, the file gets locked. Reproduce: Open cmd and cd to non-user directory

Re: sed 4.2.1-1 locks files on windows

2012-02-21 Thread Corinna Vinschen
On Feb 21 11:58, cygwin@munub.e4ward.com wrote: > see here: > http://stackoverflow.com/questions/9368783/cygwin-bash-sed-locks-my-files > > When I change files in cygwin bash with the sed command, the file gets locked. > > Reproduce: > > Open cmd and cd to non-user directory (f.e. temp)

sed 4.2.1-1 locks files on windows

2012-02-21 Thread cygwin.com
see here: http://stackoverflow.com/questions/9368783/cygwin-bash-sed-locks-my-files When I change files in cygwin bash with the sed command, the file gets locked. Reproduce: Open cmd and cd to non-user directory (f.e. temp) echo aaa > test.txt Open in texteditor, add line, try to sa