mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
support/download/cargo-post-process: fix shellcheck
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
e7dc2ccdb0
commit
2cbcc0f770
@@ -2,6 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
# shellcheck source=helpers source-path=SCRIPTDIR
|
||||
. "${0%/*}/helpers"
|
||||
|
||||
while getopts "n:o:" OPT; do
|
||||
@@ -28,7 +29,7 @@ mkdir -p .cargo/
|
||||
mkdir -p "${CARGO_HOME}"
|
||||
flock "${CARGO_HOME}"/.br-lock \
|
||||
cargo vendor \
|
||||
--manifest-path ${BR_CARGO_MANIFEST_PATH-Cargo.toml} \
|
||||
--manifest-path "${BR_CARGO_MANIFEST_PATH-Cargo.toml}" \
|
||||
--locked VENDOR \
|
||||
> .cargo/config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user