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)
commitcdfcd011b7d3e2e22494305de495e385d488402a
tree12e2eebb5c6d6e454fe67b3de9a603320901713c
parent07bb3e168aa9b2f527d9ecaa27c28a478c81e0db
Fix up all use of /dev/stderr for portability to busybox /bin/sh

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>
lttctl/ltt-armall.sh
lttctl/ltt-disarmall.sh
This page took 0.022653 seconds and 4 git commands to generate.