Skip to content

Fix background jobs that don't request TTY access

Michael Aaron Murphy requested to merge background-fix into master
  • Background jobs will close() the STDIN file descriptor.
  • dup()ing a close()'d file descriptor will fail
  • Allow that failure to happen

Merge request reports