Skip to content

Commit c2b4f84

Browse files
committed
wip
1 parent 2d917b3 commit c2b4f84

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

brewkit/toolchain/linux/bzip2

100755100644
File mode changed.

brewkit/toolchain/linux/unzip

100755100644
File mode changed.

brewkit/toolchain/linux/xz

Lines changed: 0 additions & 1 deletion
This file was deleted.

brewkit/unarchive.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export default async function (
4444
for await (const path of new Path(Deno.env.get("PKGX_BIN")!).ls()) {
4545
console.error("HII", path);
4646
}
47+
console.error(cmd, args);
4748

4849
const tar = new Deno.Command(cmd, {
4950
args: args,

0 commit comments

Comments
 (0)