We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3705abb commit 465337bCopy full SHA for 465337b
specs/sop_specs_path.sh
@@ -32,6 +32,8 @@ error() {
32
exit 1
33
}
34
35
+# OPTIND needs to be reset since this script is supposed to be sourced.
36
+OPTIND=1
37
while getopts "h" option
38
do
39
case $option in
0 commit comments