imagebuilder: properly escape single quotes in device titles
authorJo-Philipp Wich <jo@mein.io>
Thu, 26 Jan 2017 09:13:23 +0000 (10:13 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 26 Jan 2017 09:16:32 +0000 (10:16 +0100)
commit6cb8e30837ce1bfff8c3c4e18bc8ccf8b4c2c8d5
treeac152a0fd74e135bb9fb8c65cba47bd68e5b4c7c
parentb94177e10fc72f9309eae7459c3570e5c080e960
imagebuilder: properly escape single quotes in device titles

The name "Plat'Home OpenBlocks AX3" causes the imagebuilders "make info"
command to fail with:

    bash: -c: line 0: syntax error near unexpected token `('
    bash: -c: line 0: `echo;  [...]'
    Makefile:99: recipe for target '_call_info' failed

Properly escape single quotes to avoid breaking the echo commands.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
target/imagebuilder/files/Makefile