Index: apps/build.tcl =================================================================== diff -u -N -r00ac4c06c0bd3ffbf16c098d703040974f439ae0 -r64ce7231c3adf8e5a229e5e1f7ec62d23faf0305 --- apps/build.tcl (.../build.tcl) (revision 00ac4c06c0bd3ffbf16c098d703040974f439ae0) +++ apps/build.tcl (.../build.tcl) (revision 64ce7231c3adf8e5a229e5e1f7ec62d23faf0305) @@ -37,7 +37,7 @@ # zlib push gunzip $fh # ::tar::untar $fh -chan - exec >@stdout 2>@stderr bash -lc "7z x $tarball -so | 7z x -aoa -si -ttar -o tcl" + exec >@stdout 2>@stderr bash -lc "7z x $tarball -so | 7z x -aoa -si -ttar -otcl" } on error {e opts} { file delete -force tcl