]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
No need to quote here.
authorRoy Marples <roy@marples.name>
Mon, 20 Apr 2009 10:08:12 +0000 (10:08 +0000)
committerRoy Marples <roy@marples.name>
Mon, 20 Apr 2009 10:08:12 +0000 (10:08 +0000)
dhcpcd-run-hooks.in

index ef0b0b7092f06bc327dca4ce1344dca7bb3aaed5..15239c52aeeb701498c6a1dc318da9ee08c0b573 100644 (file)
@@ -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