AbstractOperatingSystem.st
changeset 25198 dd2308e8f76e
parent 25101 71f26f1cf085
child 25232 494da61adf77
--- a/AbstractOperatingSystem.st	Tue Jan 21 16:06:48 2020 +0100
+++ b/AbstractOperatingSystem.st	Tue Jan 21 16:07:09 2020 +0100
@@ -730,7 +730,7 @@
         ].
     ].
     openCommand notEmptyOrNil ifTrue:[
-        (openCommand includesSubString:'%1') ifTrue:[
+        (openCommand includesString:'%1') ifTrue:[
             openCommand := openCommand bindWith:aFilenameOrString asString.
         ] ifFalse:[
             openCommand := openCommand, ' "', aFilenameOrString asString, '"'.