From 50b35086c9659656f5996f4fce36b5f800b398cd Mon Sep 17 00:00:00 2001 From: Enrique Garcia Date: Sun, 1 Sep 2024 23:52:35 +0200 Subject: [PATCH] Add missing getopts option Signed-off-by: Enrique Garcia --- tools/unix/build_omim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/unix/build_omim.sh b/tools/unix/build_omim.sh index e9b5b8538b..e45f9cfb48 100755 --- a/tools/unix/build_omim.sh +++ b/tools/unix/build_omim.sh @@ -13,7 +13,7 @@ OPT_STANDALONE= OPT_COMPILE_DATABASE= OPT_LAUNCH_BINARY= OPT_NJOBS= -while getopts ":cdrxtagjlpn:" opt; do +while getopts ":cdrxtagjlp:n:" opt; do case $opt in a) OPT_STANDALONE=1 ;; c) OPT_CLEAN=1 ;;