Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/lib/valid-inspect.sh
blob: 3b5dcad19e737e13ac2ead5325dc3585c8b1294a (plain)
1
2
3
4
5
6
7
8
9
10
#!/hint/bash
#
# SPDX-License-Identifier: GPL-3.0-or-later

# shellcheck disable=2034
DEVTOOLS_VALID_INSPECT_MODES=(
	never
	always
	failure
)