Comment 12 for bug 791800

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

Thanks, applied, slightly modified for better error handling.

commit 606dfed39b56dc435ff40e7baf47a455019aae49
Author: Stas Boukarev <email address hidden>
Date: Mon Apr 29 23:28:32 2013 +0400

    Add :directory argument to sb-ext:run-program.

    The implementation uses chdir(2) on Unices, the lpCurrentDirectory
    argument to CreateProcessW on Windows.
    Slightly adapted from the patch by Matthias Benkard.