Re: Redirecting error to /dev/null

2006-05-22 Thread Steve Loughran
john blair wrote: Hi I want to execute the following command strip /opt/dev/bin/* >/dev/null 2>&1 || true I tried the error parameter of exec task but it still displayed the following [exec] /usr/bin/strip: /opt/dev/bin/gccbug: File format not recognized [exec] [ERROR] Result: 1 I dont wa

Redirecting error to /dev/null

2006-05-20 Thread john blair
Hi I want to execute the following command strip /opt/dev/bin/* >/dev/null 2>&1 || true I tried the error parameter of exec task but it still displayed the following [exec] /usr/bin/strip: /opt/dev/bin/gccbug: File format not recognized [exec] [ERROR] Result: 1 I dont want [ERROR] Result: