Skip to content

Commit

Permalink
final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AkinaAcct committed Oct 3, 2024
1 parent dbaea24 commit a7d129f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AAP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ In addition, you can use \`APTOOLDEBUG=1 ${0} [ARGS]\` format to enter verbose m
}

# 参数解析
DOWNFILES=true
while getopts ":hvi:k:KIVs:Sd:E:c:" OPT; do
# $OPTARG
case $OPT in
Expand All @@ -109,7 +110,6 @@ while getopts ":hvi:k:KIVs:Sd:E:c:" OPT; do
if [[ ${MISSINGFILES} -gt 0 ]]; then
msg_fatal "There are ${MISSINGFILES} files missing, and we need 4 files in total. Please read the instructions in ${0} -h."
msg_info "Omit the -d parameter; the file will be downloaded remotely."
DOWNFILES=true
else
msg_info "The work directory was manually specified: ${WORKDIR}. AAPFunction, kptools and kpimg will not be downloaded again."
DOWNFILES=false
Expand Down

0 comments on commit a7d129f

Please sign in to comment.