X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/70ab712fc0b79630fb89ed38713b7b03519e9226..4a896b80a58599689b2e9158534a57bb42b399a4:/gw-tests/gw-filter.sh diff --git a/gw-tests/gw-filter.sh b/gw-tests/gw-filter.sh index bebdc3f..757f328 100755 --- a/gw-tests/gw-filter.sh +++ b/gw-tests/gw-filter.sh @@ -22,11 +22,9 @@ plot [0:1500] [1:$COUNT] \\ EOF lt=1 for i in $ids; do - (( i != 0)) && echo ", \\" - echo -n " " \"hist-$i.dat\" with lp lt $lt title \"Message id $i\" + echo_plot "\"hist-$i.dat\" with lp lt $lt title \"Message id $i\"" lt=$((lt+1)) done - echo } test_end