From 34096866857748a452d7389c772221005a5fd73d Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 20 Apr 2009 10:08:12 +0000 Subject: No need to quote here. --- dhcpcd-run-hooks.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dhcpcd-run-hooks.in b/dhcpcd-run-hooks.in index ef0b0b70..15239c52 100644 --- a/dhcpcd-run-hooks.in +++ b/dhcpcd-run-hooks.in @@ -49,7 +49,7 @@ list_interfaces() # but sed may not always be available at the time. key_get_value() { - local key="$1" value= x= line= + local key=$1 value= x= line= shift if type sed >/dev/null 2>&1; then @@ -69,7 +69,7 @@ key_get_value() # but sed may not always be available at the time. remove_markers() { - local m1="$1" m2="$2" x= line= in_marker=0 + local m1=$1 m2=$2 x= line= in_marker=0 shift; shift if type sed >/dev/null 2>&1; then -- cgit v1.2.3