Open
Description
Hello, thanks for this neat project! I am attempting to build it in a sandboxed environment. This environemnt does not have a /dev/tty
, but I would like to ensure that Edit compiled successfully by running edit --version
. This currently fails because it attempts to open /dev/tty
Line 51 in f886091
so the strace looks something like:
ioctl(0, TCGETS, 0x7fffffffd1b0) = -1 ENOTTY (Inappropriate ioctl for device)
openat(AT_FDCWD, "/dev/tty", O_RDONLY) = -1 ENXIO (No such device or address)
write(1, "Error 6: No such device or addre"..., 36) = 36
sigaltstack({ss_sp=NULL, ss_flags=SS_DISABLE, ss_size=8192}, NULL) = 0