mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Fix shellcheck false positive
This commit is contained in:
parent
afb497b990
commit
dc3ad4c4ec
1 changed files with 1 additions and 0 deletions
1
PKGBUILD
1
PKGBUILD
|
|
@ -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"'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue