chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
ab9fae2
)
bin/mdw-build: Use dynamically chosen file descriptors.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 10 May 2020 01:56:28 +0000
(
02:56
+0100)
committer
Mark 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