From b70b5622bebe246150d07fe9c1e978f5fceb7844 Mon Sep 17 00:00:00 2001 From: Patrick Walther Date: Wed, 8 Mar 2023 12:00:32 +0100 Subject: [PATCH] FIX: [ti-calibrator-wl18xx] test script: avoid wrong filename expansion BugzId: 82525 --- .../ti-calibrator-wl18xx/ti-calibrator-wl18xx/wgod-ng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-testing/ti-calibrator-wl18xx/ti-calibrator-wl18xx/wgod-ng b/recipes-testing/ti-calibrator-wl18xx/ti-calibrator-wl18xx/wgod-ng index 98735b4..bc1fb1b 100644 --- a/recipes-testing/ti-calibrator-wl18xx/ti-calibrator-wl18xx/wgod-ng +++ b/recipes-testing/ti-calibrator-wl18xx/ti-calibrator-wl18xx/wgod-ng @@ -95,7 +95,7 @@ wget_set_channel() { wget_set_power() { local band=$(wgod_get_band $W_CHANNEL) - local power=$(expr $W_POWER * 1000) + local power=$(expr $W_POWER \* 1000) local bandwidth=0 if [ $W_BANDWIDTH -eq 2 ]; then