diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-26 12:26:04 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-26 12:26:04 +0200 |
commit | f0b82142b264c46f6fee2720fdd0d776a127b17d (patch) | |
tree | bcce1994351ec2758cff73b259c4c79307376b57 | |
parent | e5dbd56d776ec51281dd6fcc345baf77b4eac953 (diff) | |
download | busybox-w32-f0b82142b264c46f6fee2720fdd0d776a127b17d.tar.gz busybox-w32-f0b82142b264c46f6fee2720fdd0d776a127b17d.tar.bz2 busybox-w32-f0b82142b264c46f6fee2720fdd0d776a127b17d.zip |
*: fix unterminated last lines. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-x | examples/udhcp/sample.bound | 2 | ||||
-rwxr-xr-x | examples/udhcp/sample.renew | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/udhcp/sample.bound b/examples/udhcp/sample.bound index 2a95d8b7d..bd3569c77 100755 --- a/examples/udhcp/sample.bound +++ b/examples/udhcp/sample.bound | |||
@@ -28,4 +28,4 @@ for i in $dns | |||
28 | do | 28 | do |
29 | echo adding dns $i | 29 | echo adding dns $i |
30 | echo nameserver $i >> $RESOLV_CONF | 30 | echo nameserver $i >> $RESOLV_CONF |
31 | done \ No newline at end of file | 31 | done |
diff --git a/examples/udhcp/sample.renew b/examples/udhcp/sample.renew index 842bafe91..ea368fc9e 100755 --- a/examples/udhcp/sample.renew +++ b/examples/udhcp/sample.renew | |||
@@ -28,4 +28,4 @@ for i in $dns | |||
28 | do | 28 | do |
29 | echo adding dns $i | 29 | echo adding dns $i |
30 | echo nameserver $i >> $RESOLV_CONF | 30 | echo nameserver $i >> $RESOLV_CONF |
31 | done \ No newline at end of file | 31 | done |