fix shellcheck error of SC2068
This commit is contained in:
parent
ce4c124292
commit
a1af001a55
21 changed files with 24 additions and 24 deletions
|
@ -10,7 +10,7 @@ cmd=$1
|
|||
shift || true
|
||||
|
||||
if [[ "$cmd" = "jit" ]]; then
|
||||
cargo +${TOOLCHAIN} rustc $@ -- --jit
|
||||
cargo +${TOOLCHAIN} rustc "$@" -- --jit
|
||||
else
|
||||
cargo +${TOOLCHAIN} $cmd $@
|
||||
cargo +${TOOLCHAIN} $cmd "$@"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue