forked from kiss-community/kiss
kiss: remove unneeded shellcheck directive
This commit is contained in:
parent
a1377fd282
commit
38722107c6
2
kiss
2
kiss
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user