From: Mike Baker Date: Tue, 13 Jul 2004 07:03:14 +0000 (+0000) Subject: define 'debug' .. mostly cosmetic fix X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9fc4623dcb29a441542f1b5fd4aebd1255d8fe2e;p=openwrt%2Fsvn-archive%2Farchive.git define 'debug' .. mostly cosmetic fix SVN-Revision: 96 --- diff --git a/root/sbin/wifi b/root/sbin/wifi index b63912ddf8..03ec66e420 100755 --- a/root/sbin/wifi +++ b/root/sbin/wifi @@ -1,4 +1,5 @@ #!/bin/ash + alias debug=${DEBUG:-:} debug "### wifi $1 ###" if=$(awk 'sub(":","") {print $1}' /proc/net/wireless) $DEBUG wlconf $if $1