Add shellcheck disable for set $wrappable

Signed-off-by: Joakim Roubert <joakimr@axis.com>
This commit is contained in:
Joakim Roubert 2020-01-19 07:35:09 +01:00
parent 82f3f33eea
commit bf7112ae8e

View File

@ -376,7 +376,9 @@ function kube::release::create_docker_images_for_server() {
local oldifs=$IFS
IFS=","
set "$wrappable"
# Word splitting is most intentional here
# shellcheck disable=SC2086
set $wrappable
IFS=$oldifs
local binary_name="$1"