shellcheck: fix some warnings
[grml-debootstrap.git] / tests / shellcheck-stub-debootstrap-variables
1 # Stub data file for shellcheck runs.
2 # shellcheck shell=sh
3 # shellcheck disable=SC2034  # The point of our whole existence is to conflict with SC2034.
4
5 # ARCH is defaulted in grml-debootstrap, so it is never empty.
6 ARCH=amd64
7