X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftrace_matches;h=da3d95455058b7b489d45382bf07b181b0f9ce94;hb=a4e9613d77b6a7bfe388f47cf5375b6aea9026b8;hp=17a65f8ccf1008a5003483f7af592bced56f122c;hpb=30ffe2794fc413035208cdd2a7a061bc208e210f;p=ust.git diff --git a/tests/trace_matches b/tests/trace_matches index 17a65f8..da3d954 100755 --- a/tests/trace_matches +++ b/tests/trace_matches @@ -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