mirror of
https://github.com/rsmarples/dhcpcd.git
synced 2024-12-04 15:34:33 +08:00
set is shell builtin, env is not
This commit is contained in:
parent
f2d3069dec
commit
08e5e31f93
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user