From: Jason Wessel Date: Wed, 13 Apr 2011 15:40:58 +0000 (-0400) Subject: Fix up all use of /dev/stderr for portability to busybox /bin/sh X-Git-Tag: 0.89~2 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=cdfcd011b7d3e2e22494305de495e385d488402a;hp=cdfcd011b7d3e2e22494305de495e385d488402a;p=ltt-control.git 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 Signed-off-by: Mathieu Desnoyers ---