FIX: [ti-calibrator-wl18xx] test script: avoid wrong filename expansion

BugzId: 82525
(cherry picked from commit b70b5622be)
This commit is contained in:
Patrick Walther 2023-03-08 12:00:32 +01:00
parent dd1487e4bf
commit 2d26d34cff
1 changed files with 1 additions and 1 deletions

View File

@ -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