From e7ce3a655e3e125a92e1c95f483675770be7f3bc Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 1 Jan 2023 16:25:39 -0500 Subject: Convert references from "GNU make" to "GNU Make" --- scripts/copyright-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/copyright-update b/scripts/copyright-update index 4e80b79d..49750d62 100755 --- a/scripts/copyright-update +++ b/scripts/copyright-update @@ -3,7 +3,7 @@ # Copyright (C) 2014-2023 Free Software Foundation, Inc. # This file is part of GNU Make. # -# Update GNU make copyrights using gnulib update-copyright +# Update GNU Make copyrights using gnulib update-copyright EXCLUDE='^\(\.[a-z].*\|.*/\.[a-z].*\|.*COPYING\|src/hash\.[ch]\|ChangeLog.*\|.*/ChangeLog.*\|INSTALL\|doc/make\.texi\|bootstrap\)$' @@ -31,7 +31,7 @@ run () { if $force; then : just do it elif test ! -f src/makeint.h; then - die "Run in the root of the GNU make workspace" + die "Run in the root of the GNU Make workspace" elif test -f configure; then die "Run in a clean workspace (git clean -fdX)" fi -- cgit v1.2.1