scripts: Fix parsing of --ignore-qemu option
This commit is contained in:
@@ -48,7 +48,6 @@ do
|
|||||||
shift
|
shift
|
||||||
RISCV=$(realpath $1) ;;
|
RISCV=$(realpath $1) ;;
|
||||||
--ignore-qemu )
|
--ignore-qemu )
|
||||||
shift
|
|
||||||
IGNOREQEMU="true" ;;
|
IGNOREQEMU="true" ;;
|
||||||
riscv-tools | esp-tools)
|
riscv-tools | esp-tools)
|
||||||
TOOLCHAIN=$1 ;;
|
TOOLCHAIN=$1 ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user