[exim-cvs] Do not output the version from reversion script r…

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Do not output the version from reversion script run
Gitweb: https://git.exim.org/exim.git/commitdiff/cac0350b4375e7b6198dbbecd82daa04ff53999a
Commit:     cac0350b4375e7b6198dbbecd82daa04ff53999a
Parent:     ab1aa32a90edad1d06bf2daddcf21be53dd96a7a
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Wed Feb 20 15:33:43 2019 +0100
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Wed Feb 20 16:49:59 2019 +0100


    Do not output the version from reversion script run
---
 src/scripts/reversion | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


diff --git a/src/scripts/reversion b/src/scripts/reversion
index 3657cfc..6854112 100755
--- a/src/scripts/reversion
+++ b/src/scripts/reversion
@@ -124,5 +124,4 @@ then
) >version.h
fi

-echo ">>> version $EXIM_RELEASE_VERSION $EXIM_VARIANT_VERSION #$EXIM_COMPILE_NUMBER"
-echo
+#test -t 1 && echo ">>> version $EXIM_RELEASE_VERSION $EXIM_VARIANT_VERSION #$EXIM_COMPILE_NUMBER"