Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
changeset 130:54de2955bfa9
Put @@VERSION@@ and @@HGREVISION@@ in single quotes
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 17 Oct 2019 09:18:44 +0200 |
| parents | 4aeff9d5275d |
| children | 993fecdf2a70 |
| files | sbin/check-ports |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)
