[Initial import of System.Process.Run Don Stewart **20061216074053] [date Don Stewart **20061216075423] [Put off closing handles ilmari.vacklin@cs.helsinki.fi**20070725111949 Fix the following behaviour: If the program being run prints something on STDERR during its execution, it will get an error and probably exit. This was caused by the closing of the STDERR handle too early. The fix is to put off closing it until after the process exits. ]