ladybird/Userland
Mathis Wiehl 98ee2fcd1b man: Skip shellrc when invoking pager using sh
man invokes the pager command via `sh` which, since
beaae6b420 launches `Shell` in posix mode.
As the referenced commits message indicates, launching `Shell` in posix
mode while interactive, makes it choke on the default `.shellrc`. This
made `man` spew out some shell syntax errors to stderr every time it
invoked the pager.

To fix that, invoke `sh` with `--skip-shellrc` for now as suggested by
the aforementioned commit.
2023-03-07 00:42:32 +01:00
..
Applets Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Applications Settings: Remove outdated comment about NonnullPtrVector 2023-03-06 23:46:36 +01:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos Screensaver: Remove outdated comment about NonnullPtrVector 2023-03-06 23:46:36 +01:00
DevTools Kernel: Stop using NonnullLockRefPtrVector 2023-03-06 23:46:36 +01:00
DynamicLoader DynamicLoader: Disable stack protector in some files for aarch64 build 2023-02-15 22:53:19 +01:00
Games Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
Libraries LibCpp: Remove Nonnull*PtrVector from list of known SerenityOS types 2023-03-06 23:46:36 +01:00
Services Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
Shell Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
Utilities man: Skip shellrc when invoking pager using sh 2023-03-07 00:42:32 +01:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00