#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Sun, 10 Feb 2019 22:50:18 +0100
changeset 23714 bf5edd45306c
parent 23713 84ba0efb57f7
child 23715 48dce9e12ca0
#FEATURE by cg class: Smalltalk class changed: #system:
Smalltalk.st
--- a/Smalltalk.st	Sun Feb 10 19:32:03 2019 +0100
+++ b/Smalltalk.st	Sun Feb 10 22:50:18 2019 +0100
@@ -826,11 +826,13 @@
 system:command
     "GNU-Smalltalk compatibility: execute an OS command"
 
-    OperatingSystem executeCommand:command
+    ^ OperatingSystem executeCommand:command
 
     "
      Smalltalk system:'ls'
     "
+
+    "Modified: / 10-02-2019 / 22:49:39 / Claus Gittinger"
 ! !
 
 !Smalltalk class methodsFor:'Compatibility-Squeak'!