diff --git a/dhcpcd-hooks/01-test b/dhcpcd-hooks/01-test index 9586075d..87c44d99 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 - env | grep "^\(interface\|pid\|reason\|skip_hooks\)=" - env | grep "^\(new_\|old_\)" | sort + set | grep "^\(interface\|pid\|reason\|skip_hooks\)=" | sort + set | grep "^\(new_\|old_\)" | sort fi