#REFACTORING by exept
authorClaus Gittinger <cg@exept.de>
Sat, 05 Oct 2019 11:20:18 +0200
changeset 4509 a58d825e6d75
parent 4508 9f8895054bb7
child 4510 9776dcbf9a8a
#REFACTORING by exept class: CVSSourceCodeManager class changed: #executeCVSCommand:module:inDirectory:log:pipe:orElseOutputTo:errorTo:
CVSSourceCodeManager.st
--- a/CVSSourceCodeManager.st	Wed Oct 02 02:22:08 2019 +0200
+++ b/CVSSourceCodeManager.st	Sat Oct 05 11:20:18 2019 +0200
@@ -1122,10 +1122,8 @@
                     inDirectory:pathOfDir.
         ok := rslt notNil.
     ] ifFalse:[
-        osProcess := OSProcess new
-                        command:command directory:pathOfDir;
-                        outStream:outStreamOrNil;
-                        errorStream:errorStreamOrNil.
+        osProcess := OSProcess new.
+        osProcess command:command directory:pathOfDir outStream:outStreamOrNil errorStream:errorStreamOrNil.
 
         Processor isDispatching ifFalse:[
             "/ special hack to allow source code access during the initialization