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