aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net/udhcpc.sh.Linux.in')
-rw-r--r--net/udhcpc.sh.Linux.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/udhcpc.sh.Linux.in b/net/udhcpc.sh.Linux.in
index bb502e5..b6e0327 100644
--- a/net/udhcpc.sh.Linux.in
+++ b/net/udhcpc.sh.Linux.in
@@ -25,7 +25,7 @@ udhcpc_start()
# but it creates temporary files.
# We can move this stuff to udhcpc hook script to avoid that, should we do?
local conf="/var/run/udhcpc-${IFACE}.conf"
- echo -n >"$conf"
+ >"$conf"
# Map some generic options to dhcpcd
for opt in ${opts}; do
case "${opt}" in