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 2-phase, in-order queue run delivery order
[exim.git]
/
src
/
scripts
/
arch-type
diff --git
a/src/scripts/arch-type
b/src/scripts/arch-type
index 9fa7f0bd5b66b3f287654d2b1c1d5ffecd158894..0218c02334ddb7e391eb26415323648b802f1d7d 100755
(executable)
--- a/
src/scripts/arch-type
+++ b/
src/scripts/arch-type
@@
-1,8
+1,9
@@
#! /bin/sh
#! /bin/sh
-# $Cambridge: exim/src/scripts/arch-type,v 1.1 2004/10/06 15:07:40 ph10 Exp $
-
# Shell script to determine the architecture type.
# 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
# If EXIM_ARCHTYPE is set, use it. This allows a manual override.
case "$EXIM_ARCHTYPE" in ?*) arch="$EXIM_ARCHTYPE";; esac