Module Name:    src
Committed By:   nikita
Date:           Sun Apr 30 22:32:51 UTC 2023

Modified Files:
        src/share/misc: Makefile

Log Message:
update-domains: replace missed html.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/share/misc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/misc/Makefile
diff -u src/share/misc/Makefile:1.39 src/share/misc/Makefile:1.40
--- src/share/misc/Makefile:1.39	Sun Apr 30 22:08:14 2023
+++ src/share/misc/Makefile	Sun Apr 30 22:32:51 2023
@@ -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/"/\"/g' \
 	  | ${TOOL_AWK} 'BEGIN{FS=":"} {print $$1 " " $$3}' \
 	 ) > domains ; \
 

Reply via email to