From 4bab11f031e60039e47506fd04c3b60a9f5d0495 Mon Sep 17 00:00:00 2001 From: Mike Baker 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 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 -- 2.11.0