Smalltalk.st
changeset 23714 bf5edd45306c
parent 23683 05f38e32876b
child 23747 1564174fb846
--- 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'!