commit | f0b82142b264c46f6fee2720fdd0d776a127b17d | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jul 26 12:26:04 2010 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jul 26 12:26:04 2010 +0200 |
tree | bcce1994351ec2758cff73b259c4c79307376b57 | |
parent | e5dbd56d776ec51281dd6fcc345baf77b4eac953 [diff] [blame] |
*: fix unterminated last lines. no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 @@ do echo adding dns $i echo nameserver $i >> $RESOLV_CONF -done \ No newline at end of file +done