fixeria has submitted this change. (
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/40792?usp=email )
Change subject: contrib/osmo-s1gw.sh: fix 'Illegal option -h'
......................................................................
contrib/osmo-s1gw.sh: fix 'Illegal option -h'
Change-Id: I6a1f9cc69386de9938d841dca770a0eace95c2d4
Fixes: 9c3a38c ("contrib/osmo-s1gw.sh: add help")
Related: SYS#7332
---
M contrib/osmo-s1gw.sh
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/contrib/osmo-s1gw.sh b/contrib/osmo-s1gw.sh
index 5d3e8dd..665f110 100755
--- a/contrib/osmo-s1gw.sh
+++ b/contrib/osmo-s1gw.sh
@@ -33,7 +33,7 @@
}
# Parse command line options, if any
-while getopts "c:C:n:r:s" opt; do
+while getopts "c:C:hn:r:s" opt; do
case "$opt" in
c)
CONFIG="$OPTARG"
--
To view, visit
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/40792?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: I6a1f9cc69386de9938d841dca770a0eace95c2d4
Gerrit-Change-Number: 40792
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>