mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-23 09:00:51 -04:00
947a3a1be9
Before this fix, the dup2 of the progress pipe was clobbering the cwd fd, causing the fchdir to return ENOTDIR in between fork() and exec().