From: Roy Marples Date: Mon, 20 Apr 2009 10:08:12 +0000 (+0000) Subject: No need to quote here. X-Git-Tag: v5.0.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34096866857748a452d7389c772221005a5fd73d;p=thirdparty%2Fdhcpcd.git No need to quote here. --- 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