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
1 changed files with 0 additions and 2 deletions

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" \