* maint/update_copyright_years.sh (print_help): Fix typo, disable
here-document expansion.
print_help()
{
- cat <<EOF
+ cat <<'EOF'
Usage: update_copyright_notices [-v]* [-q]* [-a] [-h] [FILES]
If no files provided, process all files in current directory, recursively.
Options:
-a Invoke git add for the changed files.
- -c Call git commit with message provided in $$GIT_COMMIT_TEMPLATE (implies -a).
+ -c Call git commit with message provided in $GIT_COMMIT_TEMPLATE (implies -a).
-v Increase verbosity.
-q Decrease verbosity.
-h Show this help.