2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

wpa_supplicant: fix shellcheck

This commit is contained in:
git-bruh 2022-03-26 14:25:00 +05:30
parent 25cff6bfbe
commit 213c88c1d2
No known key found for this signature in database
GPG Key ID: E1475C50075ADCE6

View File

@ -13,6 +13,8 @@ export LDFLAGS="-L$PWD/libnl"
(
cd libnl
# CFLAGS must expand to individual arguments.
# shellcheck disable=2086
$CC $CFLAGS $CPPFLAGS -c ./*.c
ar rc libnl-tiny.a ./*.o
)