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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Non-zero exit code from shell /bin/sh invoked with args ("-l" "-i" "-c" "/usr/bin/printf '__RESULT\\000%s\\000%s\\000__RESULT' \"${PATH-2bfaad800615049564580\ 26191a73346}\" \"${MANPATH-2bfaad80061504956458026191a73346}\""). Output was: "Illegal option -l "
I got this output from exec-path-from-shell on FreeBSD13. Ther is no such an option on FreeBSD's /bin/sh. Can we do something with it?
The text was updated successfully, but these errors were encountered:
Interesting. Which shell is /bin/sh on FreeBSD? You can certainly override exec-path-from-shell-arguments to remove -l from the defaults in this case.
/bin/sh
exec-path-from-shell-arguments
-l
Sorry, something went wrong.
Which shell is /bin/sh on FreeBSD?
A variant of the Almquist shell, mostly.
No branches or pull requests
I got this output from exec-path-from-shell on FreeBSD13.
Ther is no such an option on FreeBSD's /bin/sh.
Can we do something with it?
The text was updated successfully, but these errors were encountered: