ros-tooling / cross_compile

A tool to build ROS and ROS2 workspaces for various targets
Apache License 2.0
188 stars 60 forks source link

Fix docker entrypoint shebang and license position #2

Closed lmayencourt closed 5 years ago

lmayencourt commented 5 years ago

The license was add before the shebang, which doesn't allow docker to run the script as an entry-point. I also update the shebang to a more supported "#!/usr/bin/env bash" version.

Change-Id: Ibe925462dbfbf35bc468855a8361475ddfff50bb Signed-off-by: Louis Mayencourt louis.mayencourt@arm.com