mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
[master] fix python script versions
4257. [cleanup] Python scripts reported incorrect version. [RT #41080]
This commit is contained in:
@@ -303,7 +303,8 @@ def parse_args():
|
||||
default=os.path.join(prefix(sbindir),
|
||||
'dnssec-dsfromkey'),
|
||||
type=str, help='path to \'dig\'')
|
||||
parser.add_argument('-v', '--version', action='version', version='9.9.1')
|
||||
parser.add_argument('-v', '--version', action='version',
|
||||
version='@BIND9_VERSION@')
|
||||
args = parser.parse_args()
|
||||
|
||||
args.zone = args.zone.strip('.')
|
||||
|
Reference in New Issue
Block a user