docs: update
This commit is contained in:
parent
8754909d32
commit
8f809abee9
|
@ -111,6 +111,9 @@ glob() {
|
||||||
# for simple string comparisons against globs.
|
# for simple string comparisons against globs.
|
||||||
#
|
#
|
||||||
# Example: if glob "Hello World" '* World'; then
|
# Example: if glob "Hello World" '* World'; then
|
||||||
|
#
|
||||||
|
# Disable this warning as it is the intended behavior.
|
||||||
|
# shellcheck disable=2254
|
||||||
case $1 in $2) return 0; esac; return 1
|
case $1 in $2) return 0; esac; return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue