summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-09 08:56:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-09 08:56:56 (GMT)
commit45c19effdcaf63a5d2af6c559fdc50b6be14f710 (patch)
tree4dabce8bd5508cda0dda4ffb07cd5c1418e9d9e5 /tools/tcltk-man2html.tcl
parent2490d24e33840acfbc204b95b3c9a6f7130e7ee9 (diff)
parentc197ddb3b23392d20db4eebe164cab63ec46cfeb (diff)
downloadtcl-45c19effdcaf63a5d2af6c559fdc50b6be14f710.zip
tcl-45c19effdcaf63a5d2af6c559fdc50b6be14f710.tar.gz
tcl-45c19effdcaf63a5d2af6c559fdc50b6be14f710.tar.bz2
Merge 8.7 (zipfs changes)
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-xtools/tcltk-man2html.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl
index 35019f7..b48aadd 100755
--- a/tools/tcltk-man2html.tcl
+++ b/tools/tcltk-man2html.tcl
@@ -752,7 +752,7 @@ try {
} trap {POSIX ENOENT} {} {
set f [open [file join $pkgsDir $dir configure.ac]]
}
- fconfigure $f -encoding utf-8
+ fconfigure $f -encoding utf-8
foreach line [split [read $f] \n] {
if {2 == [scan $line \
{ AC_INIT ( [%[^]]] , [%[^]]] ) } n v]} {
@@ -777,7 +777,7 @@ try {
set packageDirNameMap {}
if {$build_tcl} {
set f [open $tcltkdir/$tcldir/pkgs/package.list.txt]
- fconfigure $f -encoding utf-8
+ fconfigure $f -encoding utf-8
try {
foreach line [split [read $f] \n] {
if {[string trim $line] eq ""} continue