windows: 修复查找 iso 功能失效
This commit is contained in:
parent
f70a9767a1
commit
895c9137ee
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user