Re: wcmd: Fix redirecting a pipe to another pipe

2009-01-13 Thread Jan Zerebecki
On Sun, Jan 11, 2009 at 01:01:02PM -0700, Erich Hoover wrote: > Done, I don't know who maintains http://www.winehq.org/sending_patches > but that might be worth mentioning there - I always pull out that > guide since I do not submit very often. It's in another git repo (see http://source.winehq.or

Re: wcmd: Fix redirecting a pipe to another pipe

2009-01-11 Thread Erich Hoover
On Sun, Jan 11, 2009 at 12:59 PM, Austin English wrote: > Also, please bottom post on wine mailing lists. Sorry, I forget for short messages and gmail's reply system always sticks the cursor at the top. Erich Hoover ehoo...@mines.edu

Re: wcmd: Fix redirecting a pipe to another pipe

2009-01-11 Thread Erich Hoover
On Sun, Jan 11, 2009 at 11:59 AM, Andrew Nguyen wrote: > > Please set your real e-mail address in your Git configuration; see > http://wiki.winehq.org/GitWine#head-8631765a8d71509690613c9191ed2094c7775722 > for directions. > Done, I don't know who maintains http://www.winehq.org/sending_patches b

Re: wcmd: Fix redirecting a pipe to another pipe

2009-01-11 Thread Austin English
On Sun, Jan 11, 2009 at 1:55 PM, Erich Hoover wrote: > Indeed, apparently my fingers are too fat for my keyboard. Do comment > typos involve a resubmit? > > Erich Hoover > ehoo...@mines.edu > > On Sun, Jan 11, 2009 at 12:08 PM, Reece Dunn wrote: >> 2009/1/11 Erich Hoover : >> >> +

Re: wcmd: Fix redirecting a pipe to another pipe

2009-01-11 Thread Erich Hoover
Indeed, apparently my fingers are too fat for my keyboard. Do comment typos involve a resubmit? Erich Hoover ehoo...@mines.edu On Sun, Jan 11, 2009 at 12:08 PM, Reece Dunn wrote: > 2009/1/11 Erich Hoover : > > +/* If a redirect is immediately followed by '&' (ie. 2>&1) > then >

Re: wcmd: Fix redirecting a pipe to another pipe

2009-01-11 Thread Reece Dunn
2009/1/11 Erich Hoover : +/* If a redirect is immediately followed by '&' (ie. 2>&1) then +do nor process that ampersand as an AND operator */ Shouldn't that be "do *not* process that ampersand"? - Reece

Re: wcmd: Fix redirecting a pipe to another pipe

2009-01-11 Thread Andrew Nguyen
cmd.exe. Without the patch the redirect will fail, with the patch > the redirect is properly handled by existing code. > Changelog: > wcmd: Fix redirecting a pipe to another pipe Please set your real e-mail address in your Git configuration; see http://wiki.winehq.org/GitWine#head-8631765a8d71509690613c9191ed2094c7775722 for directions.