define 'debug' .. mostly cosmetic fix
SVN-Revision: 96
This commit is contained in:
parent
b022d966eb
commit
27ac661949
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/ash
|
#!/bin/ash
|
||||||
|
alias debug=${DEBUG:-:}
|
||||||
debug "### wifi $1 ###"
|
debug "### wifi $1 ###"
|
||||||
if=$(awk 'sub(":","") {print $1}' /proc/net/wireless)
|
if=$(awk 'sub(":","") {print $1}' /proc/net/wireless)
|
||||||
$DEBUG wlconf $if $1
|
$DEBUG wlconf $if $1
|
||||||
|
|
Loading…
Reference in a new issue