]> 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:21:53 +0000 (12:21 +0100)
commitc0c4c024c64018aefe655103fcba6f6fa9ec7581
treefc7cce021e49f2371482b1ad8620334c0709c9b5
parent481dfb96715d383145af15432b3b3b7d81373636
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.
bin/tests/system/dnssec/ns2/sign.sh