diff options
| author | Roy Marples <roy@marples.name> | 2008-12-28 10:39:57 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-12-28 10:39:57 +0000 |
| commit | 9f57035a82aa60a40ffbbf6be782a183b4fac846 (patch) | |
| tree | a82e8559c8fa84a5039c2535f1172957c900eb68 | |
| parent | b6b02eada87d7d7461d077050c70ba64027f6b43 (diff) | |
| download | dhcpcd-9f57035a82aa60a40ffbbf6be782a183b4fac846.tar.xz | |
Typo, thanks to zafer.
| -rw-r--r-- | dhcpcd-run-hooks.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpcd-run-hooks.in b/dhcpcd-run-hooks.in index 1e5d5b37..b3c7e06e 100644 --- a/dhcpcd-run-hooks.in +++ b/dhcpcd-run-hooks.in @@ -79,7 +79,7 @@ remove_markers() } # Compare two files -# It different, replace first with second otherwise remove second +# If different, replace first with second otherwise remove second change_file() { if type cmp >/dev/null 2>&1; then |
