rules_ros2
rules_ros2 copied to clipboard
Make launch.sh(.tpl) Posix shell compliant
Make launch.sh Posix shell compliant.
In my case the ctx.toolchains[SH_TOOLCHAIN].path expands to /bin/sh which isn't bash but dash, which for example does not support pipefail but is fully Posix compliant
Interesting, thanks. Shall we have something similar for .sh test script templates?
Interesting, thanks. Shall we have something similar for .sh test script templates?
Good question, but I haven't hit this yet. I'll report back if I do. For now this would be sufficient for my case