Merge pull request #791 from ucb-bar/ignore-qemu

Fix parsing of --ignore-qemu option
This commit is contained in:
Albert Ou
2021-02-09 21:21:50 -08:00
committed by GitHub

View File

@@ -48,7 +48,6 @@ do
shift
RISCV=$(realpath $1) ;;
--ignore-qemu )
shift
IGNOREQEMU="true" ;;
riscv-tools | esp-tools)
TOOLCHAIN=$1 ;;