FIX: [ti-calibrator-wl18xx] test script: avoid wrong filename expansion
BugzId: 82525
This commit is contained in:
parent
303cf4aa33
commit
b70b5622be
|
|
@ -95,7 +95,7 @@ wget_set_channel() {
|
||||||
|
|
||||||
wget_set_power() {
|
wget_set_power() {
|
||||||
local band=$(wgod_get_band $W_CHANNEL)
|
local band=$(wgod_get_band $W_CHANNEL)
|
||||||
local power=$(expr $W_POWER * 1000)
|
local power=$(expr $W_POWER \* 1000)
|
||||||
local bandwidth=0
|
local bandwidth=0
|
||||||
|
|
||||||
if [ $W_BANDWIDTH -eq 2 ]; then
|
if [ $W_BANDWIDTH -eq 2 ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue