make RUNLTTV configurable in trace_matches
authorAlexis Hallé <alexis.halle@polymtl.ca>
Wed, 26 May 2010 16:24:18 +0000 (12:24 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 28 May 2010 17:18:42 +0000 (13:18 -0400)
tests/trace_matches

index ef259bebded2992b23029d55c731dce47541878a..ae838fba66adf7fc8d124d9a87b65f79ceea1a0a 100755 (executable)
@@ -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
This page took 0.024788 seconds and 4 git commands to generate.