]> git.ipfire.org Git - thirdparty/bind9.git/commit
Replace a seq invocation with a shell loop
authorMichal Nowak <mnowak@isc.org>
Tue, 27 Oct 2020 09:30:21 +0000 (10:30 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 27 Oct 2020 11:26:03 +0000 (12:26 +0100)
commit175f03f5dbedd81d3fe1f110c1f8eb51597b174d
tree5c2888317e25e3d5413227248540f83d4e758059
parent3e937a8c7c4f123612cae3530f13c873334ac2e6
Replace a seq invocation with a shell loop

seq is not portable.  Use a while loop instead to make the "dnssec"
system test script POSIX-compatible.

(cherry picked from commit c0c4c024c64018aefe655103fcba6f6fa9ec7581)
bin/tests/system/dnssec/ns2/sign.sh