summaryrefslogtreecommitdiff
blob: c504213aefebb5f790f63f2d8455101b50d73eb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur linux-wlan-ng-0.2.3.old/etc/wlan/shared linux-wlan-ng-0.2.3/etc/wlan/shared
--- linux-wlan-ng-0.2.3.old/etc/wlan/shared	2006-06-23 13:52:27.100566344 +0300
+++ linux-wlan-ng-0.2.3/etc/wlan/shared	2006-06-23 13:52:51.393873200 +0300
@@ -71,7 +71,7 @@
 fi
 
 if [ -f /proc/sys/kernel/hotplug -a \
-	-x `cat /proc/sys/kernel/hotplug` -a \
+	-x "`cat /proc/sys/kernel/hotplug`" -a \
 	-f /etc/hotplug/wlan.agent ] ; then
 	HAS_HOTPLUG=y
 else