windows: 修复查找 iso 功能失效

This commit is contained in:
bin456789 2024-05-29 21:30:18 +08:00
parent f70a9767a1
commit 895c9137ee
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B

View File

@ -2583,7 +2583,7 @@ else
fi
# 整理参数
if ! opts=$(getopt -n $0 -o "" --long ci,debug,hold:,sleep:,iso:,image-name:,img:,lang,commit: -- "$@"); then
if ! opts=$(getopt -n $0 -o "" --long ci,debug,hold:,sleep:,iso:,image-name:,img:,lang:,commit: -- "$@"); then
usage_and_exit
fi