diff --git a/pkg_auto/impl/util.sh b/pkg_auto/impl/util.sh index 83e0ee94ce..c2763ad3e8 100644 --- a/pkg_auto/impl/util.sh +++ b/pkg_auto/impl/util.sh @@ -141,7 +141,7 @@ function yell() { # hashes in the top sourcer of this file. function print_help() { if [[ ${THIS} != "${BASH}" ]]; then - grep '^##' "${THIS}" | sed -e 's/##[[:space:]]*//' + grep '^##' "${THIS}" | sed -e 's/##[[:space:]]\?//' fi }