From 27ac66194964a06dfa01562f0e162f04433a31d5 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 SVN-Revision: 96 --- 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