rules_ros2 icon indicating copy to clipboard operation
rules_ros2 copied to clipboard

Make launch.sh(.tpl) Posix shell compliant

Open lalten opened this issue 3 months ago • 2 comments

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

lalten avatar Oct 15 '25 10:10 lalten

Interesting, thanks. Shall we have something similar for .sh test script templates?

mvukov avatar Oct 24 '25 20:10 mvukov

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

lalten avatar Oct 24 '25 21:10 lalten