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 048f488 commit d4fcc87Copy full SHA for d4fcc87
case-lib/opt.sh
@@ -34,7 +34,7 @@ func_opt_parse_option()
34
# removing the leading '##' or '## ' from documentation.
35
_dump_case_description()
36
{
37
- grep '^##' "$SCRIPT_NAME" | sed 's/^##//g' | sed 's/^ //g'
+ grep '^##' "$0" | sed 's/^##//g' | sed 's/^ //g'
38
}
39
40
# This function helps to fill below four variables
0 commit comments