summaryrefslogtreecommitdiffstats
path: root/dhcpcd-run-hooks.in
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpcd-run-hooks.in')
-rw-r--r--dhcpcd-run-hooks.in4
1 files 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