diff options
Diffstat (limited to 'src/scripts/newer')
-rwxr-xr-x | src/scripts/newer | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/scripts/newer b/src/scripts/newer index 24c09e8f0..3bd65fb41 100755 --- 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". +# 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; |