Fix syntax error

This commit is contained in:
Bohan Yang
2020-12-27 13:03:12 +00:00
parent d50c1b584c
commit bd4b34b253
+1
View File
@@ -220,6 +220,7 @@ while [ $# -gt 0 ]; do
;; ;;
--firmware) --firmware)
firmware=true firmware=true
;;
--dry-run) --dry-run)
dry_run=true dry_run=true
;; ;;