Skip to content

Commit 528ce1a

Browse files
authored
fix: getopts cannot find the non-args ulcgbZh (milvus-io#40984)
issue: milvus-io#39659 also see: milvus-io#40813 Signed-off-by: chyezh <[email protected]>
1 parent 7a056af commit 528ce1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/core_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ INDEX_ENGINE="KNOWHERE"
105105
ENABLE_AZURE_FS="OFF"
106106
: "${ENABLE_GCP_NATIVE:="OFF"}"
107107

108-
while getopts "p:t:u:l:c:g:s:b:n:a:y:Z:x:o:f:" arg; do
108+
while getopts "p:t:s:n:a:y:x:o:f:ulcgbZh" arg; do
109109
case $arg in
110110
p)
111111
INSTALL_PREFIX=$OPTARG

0 commit comments

Comments
 (0)