Fix SC2059 for ShellCheck 0.4.4, printf formatting 95/77795/3
authorDaniel Farrell <dfarrell@redhat.com>
Wed, 14 Nov 2018 14:20:10 +0000 (14:20 +0000)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 14 Nov 2018 18:16:41 +0000 (18:16 +0000)
commit45589cf60e5c450945cbb3f5bf8426b13b9b2a28
treea0ce99e467d19987a7a15b081ce40c91dfe2e9a4
parent110033613941fd42abb145017505a4a76f40d6ed
Fix SC2059 for ShellCheck 0.4.4, printf formatting

Consistently with shellcheck 0.4.4, but tested-not 0.4.5, 0.4.6 or
0.5.0, linting fails on inserting strings directly into printf first
arguments vs passing as secondary arguments. The reasoning is related to
vars with special chars being executed vs treated literally.

The default version of shellcheck in still-supported OS distro package
repos (for example Debian 9.6) is 0.4.4. The packer baseline script
installs shellcheck 0.4.6 manually. Shellcheck 0.5.0 is the current
latest.

Change-Id: I202611873b7bd09c65061e29eb2d1bfbdb2085c1
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
jjb/integration/common-functions.sh
jjb/integration/integration-deploy-openstack-run-test.sh