From 40d921b22a5c878d64b17a1138477e0eeb37842e Mon Sep 17 00:00:00 2001 From: Irfan Sheriff Date: Wed, 23 May 2012 14:27:41 -0700 Subject: Fix comment Bug: 6522164 Change-Id: I02e19a8263cdec791041564d2888239f8d724438 --- dhcpcd-hooks/95-configured | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dhcpcd-hooks/95-configured b/dhcpcd-hooks/95-configured index 7f1b0ab..ee33b49 100644 --- a/dhcpcd-hooks/95-configured +++ b/dhcpcd-hooks/95-configured @@ -2,14 +2,14 @@ # has completed. It sets a property to let the framework # know that setting up the interface is complete. -# For debugging: - if [[ $interface == p2p* ]] then intf=p2p else intf=$interface fi + +# For debugging: setprop dhcp.${intf}.reason "${reason}" case "${reason}" in -- cgit v1.1