forked from kiss-community/repo
wpa_supplicant: fix shellcheck
This commit is contained in:
parent
25cff6bfbe
commit
213c88c1d2
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user