mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-09-17 03:55:19 +00:00
Commit da32aac introduced an invalid shell variable name in do_deploy(): according to bash manpage variable names cannot contain dots. Replace dot with underscore to fix it. Signed-off-by: Andrea Galbusera <gizero@gmail.com>