Fix shellcheck false positive

This commit is contained in:
Claudia Pellegrino 2022-07-05 09:24:54 +02:00
parent afb497b990
commit dc3ad4c4ec
No known key found for this signature in database
GPG key ID: 7AA67DE7B73139CE

View file

@ -74,6 +74,7 @@ package() {
"${srcdir}/${pkgname}-${pkgver}/Resources/playdate-types.xml"
echo >&2 'Packaging environment additions'
# shellcheck disable=SC2016
cat > "${pkgdir}/etc/profile.d/${pkgname}.sh" \
<<< 'export PLAYDATE_SDK_PATH="${XDG_DATA_HOME:-"${HOME}/.local/share"}/playdate-sdk"'