We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please make man installation errors not fatal.
Running ./install:
./install
+ install -d /usr/local/bin + install _bin/cxx-opt-sh/oils-for-unix.stripped /usr/local/bin/oils-for-unix Installed /usr/local/bin/oils-for-unix Created 'osh' symlink Created 'ysh' symlink + install -d /usr/local/share/man/man1 install: chmod 755 /usr/local/share/man/man1: Operation not permitted + install -m 644 doc/osh.1 /usr/local/share/man/man1 install: /usr/local/share/man/man1/osh.1: Permission denied FATAL install error: Couldn't install man page
man page is less important compared to the shell itself. Isn't a warning enough?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please make man installation errors not fatal.
Running
./install
:man page is less important compared to the shell itself.
Isn't a warning enough?
The text was updated successfully, but these errors were encountered: