summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-07-09 15:19:32 +0100
committerRoy Marples <roy@marples.name>2019-07-09 15:19:32 +0100
commit563b31e53e20b3f3541f5d6c96ea12bc48e40e96 (patch)
tree8c3ebee818bbec904ebd60021a8eb5d466ad48a6
parente39a20cdc3c55993120714dd50cd201b70dbc4b3 (diff)
downloadopenresolv-563b31e53e20b3f3541f5d6c96ea12bc48e40e96.tar.xz
Remove pointless {} from prior.
-rw-r--r--resolvconf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/resolvconf.in b/resolvconf.in
index 8f406be..50903b6 100644
--- a/resolvconf.in
+++ b/resolvconf.in
@@ -201,7 +201,7 @@ parse_resolv()
esac
done
if $islocal; then
- echo "LOCALNAMESERVERS=\"\$LOCALNAMESERVERS ${stripped_line}\""
+ echo "LOCALNAMESERVERS=\"\$LOCALNAMESERVERS $stripped_line\""
else
ns="$ns$stripped_line "
fi