diff options
| author | Roy Marples <roy@marples.name> | 2009-04-20 09:38:08 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-04-20 09:38:08 +0000 |
| commit | 4f06fdc0f91d4a1a5dcc16853bad22501bb3ce70 (patch) | |
| tree | bf0f4ec021bdf31630aeb07bffdd9ae9e1c7b4f0 /dhcpcd-hooks/01-test | |
| parent | e77f6a45143343565f3efe06487ccb18dd8dd071 (diff) | |
| download | dhcpcd-4f06fdc0f91d4a1a5dcc16853bad22501bb3ce70.tar.xz | |
Remove old NetworkManager script - it's useless these days.
Remove gratuitous usage of {} in variables.
Diffstat (limited to 'dhcpcd-hooks/01-test')
| -rw-r--r-- | dhcpcd-hooks/01-test | 2 |
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 |
