From f73f77d0dec9006f5f42ff401fb32f9eaefa749a Mon Sep 17 00:00:00 2001 From: Dylan Conway <35280289+dylan-conway@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:16:37 -0700 Subject: no need to chmod (#4490) --- src/cli/run_command.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cli/run_command.zig b/src/cli/run_command.zig index 17eb13dcb..f637bfe6c 100644 --- a/src/cli/run_command.zig +++ b/src/cli/run_command.zig @@ -453,8 +453,6 @@ pub const RunCommand = struct { continue; }; } - if (comptime Environment.isPosix) - _ = bun.C.chmod(bun_node_dir ++ "/node", 0o777); break; } } -- cgit v1.2.3