Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/misc update-domains: replace missed html.



details:   https://anonhg.NetBSD.org/src/rev/37f3250b2207
branches:  trunk
changeset: 374536:37f3250b2207
user:      nikita <nikita%NetBSD.org@localhost>
date:      Sun Apr 30 22:32:51 2023 +0000

description:
update-domains: replace missed html.

diffstat:

 share/misc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7bfb8b0dd21f -r 37f3250b2207 share/misc/Makefile
--- a/share/misc/Makefile       Sun Apr 30 22:08:42 2023 +0000
+++ b/share/misc/Makefile       Sun Apr 30 22:32:51 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.39 2023/04/30 22:08:14 nikita Exp $
+#      $NetBSD: Makefile,v 1.40 2023/04/30 22:32:51 nikita Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/8/93
 
 FILES= NetBSD.el acronyms acronyms-o acronyms.comp airport ascii \
@@ -33,6 +33,7 @@ update-domains:
          ftp -o - ${DOMAIN_URL} \
          | ${TOOL_SED} -f ${.CURDIR}/nanpa.sed \
          | ${TOOL_SED} '/^\..*/!d' \
+         | ${TOOL_SED} 's/&quot;/\"/g' \
          | ${TOOL_AWK} 'BEGIN{FS=":"} {print $$1 " " $$3}' \
         ) > domains ; \
 



Home | Main Index | Thread Index | Old Index