From eb742c9f19f9160cad8efe98cc00e544a5df5c72 Mon Sep 17 00:00:00 2001 From: Andrey Onishchenko Date: Fri, 26 Jan 2024 15:35:29 +0300 Subject: [PATCH] Getops fix --- repack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repack.sh b/repack.sh index 0f62913..93c5327 100755 --- a/repack.sh +++ b/repack.sh @@ -30,7 +30,7 @@ usage() { extract_only= exe_location= -while getopts :xlh name; do +while getopts :xh name; do case $name in x) extract_only=1 ;; h)