1
Fork 0

fix shellcheck error of SC2068

This commit is contained in:
Daiki Ihara 2020-11-02 21:17:52 +09:00
parent ce4c124292
commit a1af001a55
21 changed files with 24 additions and 24 deletions

View file

@ -3,13 +3,13 @@ set -e
export RUSTFLAGS="-Zrun_dsymutil=no"
./build.sh --without-sysroot $@
./build.sh --without-sysroot "$@"
rm -r target/out || true
scripts/tests.sh no_sysroot
./build.sh $@
./build.sh "$@"
scripts/tests.sh base_sysroot
scripts/tests.sh extended_sysroot