11 Oct
2009
11 Oct
'09
10:59 p.m.
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.