12 Oct
2009
12 Oct
'09
1:19 a.m.
On Sun, Oct 11, 2009 at 5:59 PM, Cedric Staniewski <cedric@gmx.ca> wrote:
Dan McGee wrote: > - Log -----------------------------------------------------------------
commit c7d8601e125de432f185c146c84333ca7d920d9a Author: Cedric Staniewski <cedric@gmx.ca> Date: Tue May 12 10:59:34 2009 +0200
Fix stderr redirection
When redirecting both stderr and stdout and using the 2>&1 construct, you have to redirect stdout first. Otherwise stderr will be redirected to the 'old' stdout and not to the new resource.
Signed-off-by: Cedric Staniewski <cedric@gmx.ca> Signed-off-by: Dan McGee <dan@archlinux.org>
Ouch, totally forgot about this. Thanks for applying.
Better late than never, right? :)