summaryrefslogtreecommitdiff
path: root/src/scripts/arch-type
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/arch-type')
-rwxr-xr-xsrc/scripts/arch-type4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/scripts/arch-type b/src/scripts/arch-type
index f5fe8ebd3..0218c0233 100755
--- a/src/scripts/arch-type
+++ b/src/scripts/arch-type
@@ -1,7 +1,9 @@
#! /bin/sh
-
# Shell script to determine the architecture type.
+# Copyright (c) The Exim Maintainters 2022
+# SPDX-License-Identifier: GPL-2.0-or-later
+
# If EXIM_ARCHTYPE is set, use it. This allows a manual override.
case "$EXIM_ARCHTYPE" in ?*) arch="$EXIM_ARCHTYPE";; esac