Fix up all use of /dev/stderr for portability to busybox /bin/sh
[ust.git] / tests / test_functions.sh
index 79ade73d6ad1bb840ec6b8f1f9f6fd99e18de053..c4e913bc4345d29d1d4e75e15284a06aedcee3a7 100644 (file)
@@ -77,7 +77,7 @@ function trace_matches() {
        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.022818 seconds and 4 git commands to generate.