[Zlib-devel] zlib 1.2.4.4 -- a 1.2.5 release candidate
Mark Adler
madler at alumni.caltech.edu
Sun Apr 18 12:20:13 EDT 2010
On Apr 18, 2010, at 3:38 AM, Török Edwin wrote:
> How about this patch (silences the mkdir failure, since there is an inherent race condition between the if and mkdir):
...
> - - at if [ ! -d objs ]; then mkdir objs; fi
A race condition? How can that be? Of what use is an if statement if the "then" can execute before the "if" is finished?
Mark
More information about the Zlib-devel
mailing list