diff options
| author | Roy Marples <roy@marples.name> | 2019-07-09 15:19:32 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-07-09 15:19:32 +0100 |
| commit | 563b31e53e20b3f3541f5d6c96ea12bc48e40e96 (patch) | |
| tree | 8c3ebee818bbec904ebd60021a8eb5d466ad48a6 | |
| parent | e39a20cdc3c55993120714dd50cd201b70dbc4b3 (diff) | |
| download | openresolv-563b31e53e20b3f3541f5d6c96ea12bc48e40e96.tar.xz | |
Remove pointless {} from prior.
| -rw-r--r-- | resolvconf.in | 2 |
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 |
