mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-11-04 14:05:41 -07:00
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
|
# Give the script a modified environment. Define CC and CXX giving them
|
||||||
# the generic values cc and c++. Define KISS_ROOT sanitized to ensure
|
# the generic values cc and c++. Define KISS_ROOT sanitized to ensure
|
||||||
# safe path joining in build files.
|
# safe path joining in build files.
|
||||||
#
|
|
||||||
# shellcheck disable=2034
|
|
||||||
CC="${CC:-cc}" \
|
CC="${CC:-cc}" \
|
||||||
CXX="${CXX:-c++}" \
|
CXX="${CXX:-c++}" \
|
||||||
DESTDIR="$pkg_dir/$1" \
|
DESTDIR="$pkg_dir/$1" \
|
||||||
|
Loading…
Reference in New Issue
Block a user