Fix up all use of /dev/stderr for portability to busybox /bin/sh
[ust.git] / tests / trace_matches
index 17a65f8ccf1008a5003483f7af592bced56f122c..da3d95455058b7b489d45382bf07b181b0f9ce94 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 function error() {
-       echo "$0: $@" >/dev/stderr
+       echo "$0: $@" 1>&2
 }
 
 function usage() {
@@ -43,7 +43,7 @@ elif [ -x "$(dirname `readlink -f $0`)/../../lttv/runlttv" ]; then
        LTTV_TRACE_PREFIX=""
 
 else
-       echo "$0: No lttv found. Edit \$RUNLTTV to point to your lttv source directory or \$LTTV to you lttv executable." >/dev/stderr
+       echo "$0: No lttv found. Edit \$RUNLTTV to point to your lttv source directory or \$LTTV to you lttv executable." 1>&2
        exit 1;
 
 fi
This page took 0.023171 seconds and 4 git commands to generate.