@@ -83,11 +83,11 @@ set cpuTeapotToLocal(sparc) [list sun4*] set cpuTeapotToLocal(universal) [list *] set cpuTeapotToLocal(powerpc) [list ppc] proc download_extensions {rootdir servers extensions os cpu {existingExts ""}} { - foreach chkdefext [list Tcl Tk] { + foreach chkdefext [list Tcl Tk msgcat] { if {[lsearch -exact $existingExts $chkdefext] == -1} { lappend existingExts $chkdefext } } foreach server $servers {