Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/openresolv/dist Close double quotation mark
details: https://anonhg.NetBSD.org/src/rev/bf6b83fee7ca
branches: trunk
changeset: 433641:bf6b83fee7ca
user: ryoon <ryoon%NetBSD.org@localhost>
date: Tue Sep 25 05:57:46 2018 +0000
description:
Close double quotation mark
diffstat:
external/bsd/openresolv/dist/resolvconf.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 651aafe43bac -r bf6b83fee7ca external/bsd/openresolv/dist/resolvconf.in
--- a/external/bsd/openresolv/dist/resolvconf.in Tue Sep 25 05:43:43 2018 +0000
+++ b/external/bsd/openresolv/dist/resolvconf.in Tue Sep 25 05:57:46 2018 +0000
@@ -603,7 +603,7 @@
list_resolv -i "$@" >/dev/null || IF_EXCLUSIVE=0
eval "$(list_resolv -l "$@" | replace | parse_resolv)"
fi
- if [ -n "${name_servers_append}${search_domains_append} ]; then
+ if [ -n "${name_servers_append}${search_domains_append}" ]; then
eval "$(echo_append | parse_resolv)"
fi
Home |
Main Index |
Thread Index |
Old Index