FIX: [ti-calibrator-wl18xx] test script: avoid wrong filename expansion
BugzId: 82525
(cherry picked from commit b70b5622be)
This commit is contained in:
parent
dd1487e4bf
commit
2d26d34cff
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue