From 8c832f06d7903d320a1cf78ebea177970196ec55 Mon Sep 17 00:00:00 2001 From: somebody_master Date: Sun, 12 Feb 2023 14:03:31 +0100 Subject: [PATCH] =?UTF-8?q?Corregir=20la=20petici=C3=B3n=20de=20una=20vari?= =?UTF-8?q?able=20en=20la=20ayuda?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: somebody_master --- build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.sh b/build/build.sh index 9d9e303..5a729d6 100755 --- a/build/build.sh +++ b/build/build.sh @@ -25,7 +25,7 @@ function build_db() { cd .. } -while getopts "bdh:" flag; do +while getopts "bdh" flag; do case "$flag" in d) build_db ;; b) build ;;