We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a636a commit 82cca81Copy full SHA for 82cca81
1 file changed
case-lib/opt.sh
@@ -31,7 +31,7 @@ func_opt_parse_option()
31
32
_func_case_dump_descption()
33
{
34
- grep '^##' "$SCRIPT_NAME"|sed 's/^##//g'
+ grep '^##' "$0"|sed 's/^##//g'
35
}
36
37
# Asks getopt to validate command line input and generate $_op_temp_script
0 commit comments