-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
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
catkin build crash on zsh #708
Comments
Affects MacOS since env does not have this argument on MacOS: `ENV(1) BSD General Commands Manual ENV(1) NAME SYNOPSIS |
Is there any news on this? I just ran into this issue. |
I cannot reproduce the issue on my system (also using zsh). For me, |
I fixed it with |
When running 'catkin build' on macos, the commands (resultspace.py; line 117):
causes build crash due to the keyword
--null
not existing on zsh..suggest you remove it while using zsh terminal or use a broader exception than: IOError on the try...except clause.
Thanks!
The text was updated successfully, but these errors were encountered: