We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3fcd3 commit 444767fCopy full SHA for 444767f
wifi_diag/do_wifi_diag.bash
@@ -21,7 +21,7 @@ present=(
21
)
22
killcommand=0
23
for i in "${present[@]}"; do
24
- present=$(expr length "$(which $i)")
+ present=`which $i | awk '{ print length }'`
25
if [[ $present -gt 0 ]]; then
26
:
27
else
0 commit comments