Fix up all use of /dev/stderr for portability to busybox /bin/sh
authorJason Wessel <jason.wessel@windriver.com>
Wed, 13 Apr 2011 15:40:58 +0000 (11:40 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 13 Apr 2011 15:40:58 +0000 (11:40 -0400)
The typical shell on a small embedded target using busybox does
not have support for /dev/stderr.  A more portable way to send
output to stderr with echo is to redirect stdout to stderr with
1>&2.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.022972 seconds and 4 git commands to generate.