diff options
Diffstat (limited to 'src/scripts/MakeLinks')
-rwxr-xr-x | src/scripts/MakeLinks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks index 471b3a369..6e0b65f5d 100755 --- a/src/scripts/MakeLinks +++ b/src/scripts/MakeLinks @@ -4,6 +4,7 @@ # specific build directory. It should be run from within that directory. # # Copyright (c) The Exim Maintainers 1995 - 2022 +# SPDX-License-Identifier: GPL-2.0-or-later test ! -d ../src && \ echo "*** $0 should be run in a system-specific subdirectory." && \ |