1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-09-28 12:22:39 -06:00

kiss: remove unneeded shellcheck directive

This commit is contained in:
Dylan Araps 2021-07-14 13:13:18 +03:00
parent a1377fd282
commit 38722107c6
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

2
kiss
View File

@ -808,8 +808,6 @@ pkg_build() {
# Give the script a modified environment. Define CC and CXX giving them
# the generic values cc and c++. Define KISS_ROOT sanitized to ensure
# safe path joining in build files.
#
# shellcheck disable=2034
CC="${CC:-cc}" \
CXX="${CXX:-c++}" \
DESTDIR="$pkg_dir/$1" \