X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/983da87847289c7f5373e4d5933d379f211b7613..f168d6a2c93ee92d87744ce09c45a0ec666f889c:/src/src/eximon.src diff --git a/src/src/eximon.src b/src/src/eximon.src index 6293a7cc2..88d7948d7 100644 --- a/src/src/eximon.src +++ b/src/src/eximon.src @@ -4,8 +4,10 @@ # The build process concatenates on the front of this various settings from # os-specific files and from the user's configuration file. +# Copyright (c) The Exim Maintainers 2023 # Copyright (c) 2004 - 2015 University of Cambridge. # See the file NOTICE for conditions of use and distribution. +# SPDX-License-Identifier: GPL-2.0-or-later # Except when they appear in comments, the following placeholders in this # source are replaced when it is turned into a runnable script: @@ -19,7 +21,7 @@ # PROCESSED_FLAG # -if test "x$1" = x--version +if [ "x$1" = x--version -o "x$1" = x-v ] then echo "`basename $0`: $0" echo "build: EXIM_RELEASE_VERSIONEXIM_VARIANT_VERSION"