bash completion: disable shellcheck SC2207

Disabling SC2207 to continue setting COMPREPLY.

https://github.com/koalaman/shellcheck/wiki/SC2207

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg 2019-09-02 13:39:58 +02:00
parent 86e3564356
commit a000c1943d

View File

@ -1,4 +1,5 @@
#! /bin/bash
# shellcheck shell=bash disable=SC2207
PROG="skopeo"