]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use "digit" class instead of character range in rndc_dumpdb()
authorMichal Nowak <mnowak@isc.org>
Fri, 30 May 2025 10:26:42 +0000 (12:26 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 2 Jun 2025 11:02:52 +0000 (11:02 +0000)
commitbaa5ccd795a251d346779ccba3c4de55a497d03c
tree69df749272978b11d7148b8da259a2acf53289a4
parent513f5ad8e0ccf3148a4309b104d97b0615556571
Use "digit" class instead of character range in rndc_dumpdb()

The tr range did not work on Solaris 11.4. Let's use a class that is
defined in POSIX.
bin/tests/system/conf.sh