From beb8c992c1778e5dc8abfaa73e0262cf8799eb54 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Fri, 25 Dec 2020 22:17:29 +0100 Subject: [PATCH] fix getops --- package_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package_check.sh b/package_check.sh index cb70522..28746f8 100755 --- a/package_check.sh +++ b/package_check.sh @@ -65,7 +65,7 @@ function parse_args() { # Initialize the index of getopts OPTIND=1 # Parse with getopts only if the argument begin by - - getopts ":b:fihlyr" parameter || true + getopts ":b:irsh" parameter || true case $parameter in b) # --branch=branch-name