From 1ee0e522631bccee196eb95eca198a3252fe234f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Hall=C3=A9?= Date: Wed, 26 May 2010 12:24:18 -0400 Subject: [PATCH] make RUNLTTV configurable in trace_matches --- tests/trace_matches | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/trace_matches b/tests/trace_matches index ef259be..ae838fb 100755 --- a/tests/trace_matches +++ b/tests/trace_matches @@ -1,6 +1,8 @@ #!/bin/bash -RUNLTTV=~/devel/lttv/runlttv +if [ -z "$RUNLTTV" ]; then + RUNLTTV=~/devel/lttv/runlttv +fi function error() { echo "$0: $@" >/dev/stderr -- 2.34.1