Index: apps/build.tcl =================================================================== diff -u -r0f2f3c4f86354618217946836894a243159e115e -re4569ae56b7028022bea572cadfaee53c546c692 --- apps/build.tcl (.../build.tcl) (revision 0f2f3c4f86354618217946836894a243159e115e) +++ apps/build.tcl (.../build.tcl) (revision e4569ae56b7028022bea572cadfaee53c546c692) @@ -37,6 +37,8 @@ # zlib push gunzip $fh # ::tar::untar $fh -chan + puts TCLVER2=[package req Tcl],[info loaded],$::tcl_patchLevel,[catch {format %d 0777}],[catch {format %d 06440000000}] + exec >@stdout 2>@stderr bash -lc "ls -la" exec >@stdout 2>@stderr bash -lc "7z x -so $tarball | 7z x -aoa -si -ttar"