summaryrefslogtreecommitdiff
authorDenys Vlasenko <vda.linux@googlemail.com>2010-07-26 10:26:04 (GMT)
committer Denys Vlasenko <vda.linux@googlemail.com>2010-07-26 10:26:04 (GMT)
commitf0b82142b264c46f6fee2720fdd0d776a127b17d (patch)
treebcce1994351ec2758cff73b259c4c79307376b57
parente5dbd56d776ec51281dd6fcc345baf77b4eac953 (diff)
downloadbusybox-f0b82142b264c46f6fee2720fdd0d776a127b17d.zip
busybox-f0b82142b264c46f6fee2720fdd0d776a127b17d.tar.gz
busybox-f0b82142b264c46f6fee2720fdd0d776a127b17d.tar.bz2
*: fix unterminated last lines. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat
-rwxr-xr-xexamples/udhcp/sample.bound2
-rwxr-xr-xexamples/udhcp/sample.renew2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/udhcp/sample.bound b/examples/udhcp/sample.bound
index 2a95d8b..bd3569c 100755
--- a/examples/udhcp/sample.bound
+++ b/examples/udhcp/sample.bound
@@ -28,4 +28,4 @@ for i in $dns
do
echo adding dns $i
echo nameserver $i >> $RESOLV_CONF
-done \ No newline at end of file
+done
diff --git a/examples/udhcp/sample.renew b/examples/udhcp/sample.renew
index 842bafe..ea368fc 100755
--- a/examples/udhcp/sample.renew
+++ b/examples/udhcp/sample.renew
@@ -28,4 +28,4 @@ for i in $dns
do
echo adding dns $i
echo nameserver $i >> $RESOLV_CONF
-done \ No newline at end of file
+done