summaryrefslogtreecommitdiffstats
path: root/dhcpcd-hooks/01-test
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpcd-hooks/01-test')
-rw-r--r--dhcpcd-hooks/01-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpcd-hooks/01-test b/dhcpcd-hooks/01-test
index ef7896da..b46d4005 100644
--- a/dhcpcd-hooks/01-test
+++ b/dhcpcd-hooks/01-test
@@ -1,6 +1,6 @@
# Just echo our DHCP options we have
-if [ "${reason}" = "TEST" ]; then
+if [ "$reason" = "TEST" ]; then
set | grep "^\(interface\|metric\|pid\|reason\|skip_hooks\)=" | sort
set | grep "^\(new_\|old_\)" | sort
fi