comparison sbin/check-ports @ 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 3dcae0e91769
children 993fecdf2a70
comparison
equal deleted inserted replaced
129:4aeff9d5275d 130:54de2955bfa9
12 <https://opensource.org/licenses/BSD-3-Clause> 12 <https://opensource.org/licenses/BSD-3-Clause>
13 :ID: @(#)@@PKGORIGIN@@ $HGid$ 13 :ID: @(#)@@PKGORIGIN@@ $HGid$
14 14
15 ' 15 '
16 16
17 VERSION="@@VERSION@@" 17 VERSION='@@VERSION@@'
18 18
19 # 19 #
20 # Configuration directory 20 # Configuration directory
21 # 21 #
22 : ${CONFIGDIR:=@@ETCDIR@@} 22 : ${CONFIGDIR:=@@ETCDIR@@}
371 verbose_flag="" 371 verbose_flag=""
372 372
373 while getopts "VAasv" _opt ; do 373 while getopts "VAasv" _opt ; do
374 case ${_opt} in 374 case ${_opt} in
375 V) 375 V)
376 echo "check-ports v${VERSION} (rv:@@HGREVISION@@)" 376 echo 'check-ports v${VERSION} (rv:@@HGREVISION@@)'
377 exit 0 377 exit 0
378 ;; 378 ;;
379 A) 379 A)
380 # print for every package the status of all repositories 380 # print for every package the status of all repositories
381 alldata_flag=1 381 alldata_flag=1