mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
tools/pkgconf: Run pkg-config wrapper through shellcheck
Mainly quoting fixes. Separated parameters by \ for easier readability. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
867298cf47
commit
c60be19693
@ -1,3 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
pkg-config.real --define-variable=prefix=${STAGING_PREFIX} --define-variable=exec_prefix=${STAGING_PREFIX} --define-variable=bindir=${STAGING_PREFIX}/bin $@
|
||||
pkg-config.real \
|
||||
--define-variable=prefix="${STAGING_PREFIX}" \
|
||||
--define-variable=exec_prefix="${STAGING_PREFIX}" \
|
||||
--define-variable=bindir="${STAGING_PREFIX}/bin" "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user