Skip to content
Snippets Groups Projects
Verified Commit d4c7c36f authored by w4tsn's avatar w4tsn
Browse files

shell-tools: remove unreachable statements

parent b153d1b4
Branches main
Tags 2.1.5
No related merge requests found
Pipeline #6784 skipped
......@@ -43,11 +43,9 @@ case $i in
-v|--version)
printVersion
exit 0
shift # past argument with no value
;;
-h|--help)
printUsage
shift
;;
*)
# further/unknown options
......
......@@ -46,11 +46,9 @@ case $i in
-v|--version)
printVersion
exit 0
shift # past argument with no value
;;
-h|--help)
printUsage
shift
;;
*)
# further/unknown options
......
......@@ -46,11 +46,9 @@ case $i in
-v|--version)
printVersion
exit 0
shift # past argument with no value
;;
-h|--help)
printUsage
shift
;;
*)
# further/unknown options
......
......@@ -86,11 +86,9 @@ case $i in
-v|--version)
printVersion
exit 0
shift # past argument with no value
;;
-h|--help)
printUsage
shift
;;
*)
# further/unknown options
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment