From 06a249e3a9e207b07194c767660b176ddaa536fd Mon Sep 17 00:00:00 2001 From: mbm Date: Tue, 13 Jul 2004 07:03:14 +0000 Subject: [PATCH] define 'debug' .. mostly cosmetic fix git-svn-id: svn://svn.openwrt.org/openwrt/trunk@96 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- root/sbin/wifi | 1 + 1 file changed, 1 insertion(+) diff --git a/root/sbin/wifi b/root/sbin/wifi index b63912ddf..03ec66e42 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 -- 2.35.1