diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2019-01-18 16:41:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-20 22:24:20 +0000 |
commit | fdd0b9e26ef11fa287692848ea3add64ba623433 (patch) | |
tree | 7a25f8d15f8525491d687c448b61a4f83ecc3cb8 /scripts/verify-bashisms | |
parent | f9290f37b6dcaa18b09929ca3c18a4c8d0876364 (diff) | |
download | openembedded-core-contrib-fdd0b9e26ef11fa287692848ea3add64ba623433.tar.gz |
base-files: Avoid problems if DISTRO_VERSION contains undefined variable
If DISTRO_VERSION is defined to some undefined variable, e.g.,
DISTRO_VERSION = "${FOO_VERSION}", and /bin/sh is dash, then
do_install() would fail with an error such as:
run.do_install.2945:193: run.do_install.2945: Syntax error:
Unterminated quoted string
This was due to unexpanded Python code making it into the shell code,
confusing the shell parser.
Reported-by: srinivasan <srinivasan.rns@gmail.com>
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/verify-bashisms')
0 files changed, 0 insertions, 0 deletions