Files
ladybird/Userland/Utilities
Oskar Skog edd847798a man: Use /bin/Shell as shell in non-POSIX mode
This fixes an issue where man breaks if you symlink `sh` to a different
shell because:
1: The target of the symlink isn't `unveil`ed.
2: The option `--skip--shellrc` isn't understood by other shells while
   at the same time being required for Shell when invoked in POSIX
   compatibility mode.

This also restores the shell used by man to the non-POSIX mode as before
beaae6b420.
2023-06-10 07:14:08 +02:00
..
2023-05-24 23:18:07 +02:00
2023-06-06 12:09:10 +02:00
2023-05-22 10:24:08 +02:00