| This issue was encountered by a user in Slack. When a user has csh as their login shell, Bolt fails to run tasks that use environment variables as input, because the syntax it uses for passing environment variables is invalid in csh. Specifically, we pass them as PT_foo=bar /path/to/task, and PT_foo=bar is interpreted as the name of the command to run. We should investigate what is necessary to support running on csh. |