diff options
Diffstat (limited to 'src/src/exiwhat.src')
-rw-r--r-- | src/src/exiwhat.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/exiwhat.src b/src/src/exiwhat.src index a1f748edd..812f0b149 100644 --- a/src/src/exiwhat.src +++ b/src/src/exiwhat.src @@ -55,7 +55,7 @@ signal=EXIWHAT_KILL_SIGNAL # See if this installation is using the esoteric "USE_NODE" feature of Exim, # in which it uses the host's name as a suffix for the configuration file name. -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" |