Comment 3 for bug 968837

Revision history for this message
Stas Boukarev (stassats) wrote :

commit 43c193e2c20ce746c6c4d23d25ceba4d192c7d15
Author: Stas Boukarev <email address hidden>
Date: Tue May 22 22:39:07 2012 +0400

    run-program: Don't use /tmp unconditionally.

    * Use TEMP on win32 and TMPDIR on non-win32.
    * Don't delete just opened temporary files on windows, because opened
      files cannot be unlinked on windows