chiark / gitweb /
bin/mdw-build: Use dynamically chosen file descriptors.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 10 May 2020 01:56:28 +0000 (02:56 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 10 May 2020 01:56:28 +0000 (02:56 +0100)
Having just ranted about a bug caused by shell scripts statically
allocating file descriptors, fix `mdw-build' to allocate descriptors
dynamically, since it's written in Bash, which can apparently do this.


No differences found