Index: apps/build.tcl =================================================================== diff -u -N -r58cb7088e16b525b33d7e4ef57a9748527d06aa8 -ra0d1076465a764750bb24cf553b34226eff199d6 --- apps/build.tcl (.../build.tcl) (revision 58cb7088e16b525b33d7e4ef57a9748527d06aa8) +++ apps/build.tcl (.../build.tcl) (revision a0d1076465a764750bb24cf553b34226eff199d6) @@ -37,13 +37,15 @@ # zlib push gunzip $fh # ::tar::untar $fh -chan - exec >@stdout 2>@stderr bash -lc "7z x $tarball -so | 7z x -aoa -si -ttar -otcl/" + exec >@stdout 2>@stderr bash -lc "ls -la" + exec >@stdout 2>@stderr bash -lc "7z x -so $tarball | 7z x -aoa -si -ttar -otcl/" } on error {e opts} { file delete -force tcl return -options $opts $e } finally { catch {close $fh} + exec >@stdout 2>@stderr bash -lc "ls -la" file delete -force $tarball }