Skip to content

Fix watch on Redox

Jeremy Soller requested to merge xTibor:fix-watch into master

Created by: xTibor

This PR fixes the following issues:

  • The watch command didn't work on Redox because it couldn't find the hardcoded sh command. Now it reads the path of the system shell from the $SHELL environment variable.
  • The command didn't properly kill its child processes on Redox, left zombies behind.
  • Manpage fixes.

Merge request reports