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

Re: wcmd: Fix redirecting a pipe to another pipe

2009-01-11 Thread Andrew Nguyen
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.

Re: wcmd: Fix redirecting a pipe to another pipe

2009-01-11 Thread Reece Dunn
2009/1/11 Erich Hoover ehoo...@mines.edu: +/* If a redirect is immediately followed by '' (ie. 21) 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 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 mscl...@googlemail.com wrote: 2009/1/11 Erich Hoover ehoo...@mines.edu: +/* If a redirect is immediately

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 ehoo...@mines.edu 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 mscl...@googlemail.com wrote: 2009/1/11 Erich

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 arethus...@gmail.com 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

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 austinengl...@gmail.com 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