# HG changeset patch # User Franz Glasner # Date 1571296724 -7200 # Node ID 54de2955bfa957ba538f14d7ee12489d196a4a38 # Parent 4aeff9d5275d3311e72da1094bd58e0c1df56990 Put @@VERSION@@ and @@HGREVISION@@ in single quotes diff -r 4aeff9d5275d -r 54de2955bfa9 sbin/check-ports --- a/sbin/check-ports Thu Oct 17 09:13:25 2019 +0200 +++ b/sbin/check-ports Thu Oct 17 09:18:44 2019 +0200 @@ -14,7 +14,7 @@ ' -VERSION="@@VERSION@@" +VERSION='@@VERSION@@' # # Configuration directory @@ -373,7 +373,7 @@ while getopts "VAasv" _opt ; do case ${_opt} in V) - echo "check-ports v${VERSION} (rv:@@HGREVISION@@)" + echo 'check-ports v${VERSION} (rv:@@HGREVISION@@)' exit 0 ;; A)