diff --git a/customscripts/measure_performance b/customscripts/measure_performance index 8c2d6c3..d9531fe 100644 --- a/customscripts/measure_performance +++ b/customscripts/measure_performance @@ -90,7 +90,7 @@ else cat "$input" | \ while read line; do - test_cmd="$(echo \"$line\" | tr ' ' '_')" + test_cmd=$(echo $line | tr -s ' ' '_') position="$count/$len" measure_performance count=$(($count + 1))