From c7503a28cc073b669e8504d99d7a9855e0ff65d4 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 4 Nov 2025 14:32:25 -0700 Subject: [PATCH] waypoint --- customscripts/measure_performance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))