You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #421 code assumes SHELL environment variable to be either empty or set shell path.
To reproduce simply run anything after setting SHELL to e.g. 'bash'.
Steps to Reproduce the Issue
export SHELL=bash catkin build
As mentioned in #421 this assumption may or may not be safe. Moreover the error message may be misleading in this context: RuntimeError: Cannot determine shell executable. The 'SHELL' environment variable is not set and the default 'bash' does not exist.
The text was updated successfully, but these errors were encountered:
Since #421 code assumes SHELL environment variable to be either empty or set shell path.
To reproduce simply run anything after setting SHELL to e.g. 'bash'.
Steps to Reproduce the Issue
export SHELL=bash
catkin build
As mentioned in #421 this assumption may or may not be safe. Moreover the error message may be misleading in this context:
RuntimeError: Cannot determine shell executable. The 'SHELL' environment variable is not set and the default 'bash' does not exist.
The text was updated successfully, but these errors were encountered: