git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix build with DISABLE_EVENT (proper spelling)
[exim.git]
/
src
/
scripts
/
newer
diff --git
a/src/scripts/newer
b/src/scripts/newer
index 24c09e8f012ed8d7a1dafaf720210cc2edeef025..3bd65fb417a6a8455ad97628ea02f5971075ecd7 100755
(executable)
--- a/
src/scripts/newer
+++ b/
src/scripts/newer
@@
-5,6
+5,9
@@
# if the second does not exist, the answer is "yes";
# otherwise their ages are compared using "find".
# if the second does not exist, the answer is "yes";
# otherwise their ages are compared using "find".
+# Copyright (c) The Exim Maintainters 2022
+# SPDX-License-Identifier: GPL-2.0-or-later
+
if [ $# -ne 2 ]; then
echo "*** Two file names needed for 'newer' ***"
exit 2;
if [ $# -ne 2 ]; then
echo "*** Two file names needed for 'newer' ***"
exit 2;