[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Thu, 8 Feb 2024 15:40:22 -0500 (EST) |
branch: master
commit 248645551e9597b219c3c78c2f527530a7bfe701
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Feb 8 20:40:10 2024 +0000
Copyright years updating script
* grand-replace.sh: Ignore tp/t/include to avoid clobbering
tp/t/include/include_noeol.texi.
---
ChangeLog | 7 +++++++
grand-replace.sh | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index c428d41593..7e72bfa10f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-02-08 Gavin Smith <gavinsmith0123@gmail.com>
+
+ Copyright years updating script
+
+ * grand-replace.sh: Ignore tp/t/include to avoid clobbering
+ tp/t/include/include_noeol.texi.
+
2024-02-08 Gavin Smith <gavinsmith0123@gmail.com>
Copyright years updating script
diff --git a/grand-replace.sh b/grand-replace.sh
index 7fe6aeb5b7..b7e2509f51 100755
--- a/grand-replace.sh
+++ b/grand-replace.sh
@@ -12,7 +12,7 @@ test -d "$dir" || exit 1
cd $dir
current_year=`date "+%Y"`
-prune_dirs="./tp/maintain/lib|./tp/tests/test_scripts|./gnulib|./tp/Texinfo/XS/gnulib|./js/node_modules|./contrib"
+prune_dirs="./tp/maintain/lib|./tp/tests/test_scripts|./gnulib|./tp/Texinfo/XS/gnulib|./js/node_modules|./contrib|./tp/t/include"
prune="-regex ($prune_dirs) -prune"