crops / yocto-dockerfiles

This repository is for -base and -builder containers for building derivative containers (such as poky-container) for containerized Yocto Project builds.
GNU General Public License v2.0
145 stars 57 forks source link

build_container.sh: add missing continuation char #93

Closed alfonder closed 9 months ago

alfonder commented 9 months ago

When the ENGINE_CMD variable was introduced, the continuation character was missed in two places. Therefore that variable is passed neither in vnc-test.sh, nor in smoke.sh So in this PR the issue would be fixed.

alfonder commented 9 months ago

@moto-timo @yoctopidg3 please, review.