Fix stc compile error
authorStefan Vogel <sv@exept.de>
Tue, 27 Dec 2016 14:19:46 +0100
changeset 21203 8144c04ec24f
parent 21202 d7b3c6ce03bb
child 21204 88544f014f9e
Fix stc compile error
AbstractOperatingSystem.st
--- a/AbstractOperatingSystem.st	Tue Dec 27 14:12:50 2016 +0100
+++ b/AbstractOperatingSystem.st	Tue Dec 27 14:19:46 2016 +0100
@@ -2857,7 +2857,7 @@
 
     ^ self 
         startProcess:aCommandString inputFrom:anExternalInStream outputTo:anExternalOutStream
-        errorTo:anExternalErrStream auxFrom:nil environment:environment 
+        errorTo:anExternalErrStream auxFrom:nil environment:nil
         inDirectory:dir newPgrp:true showWindow:nil
 !