#BUGFIX by cg cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Wed, 18 Dec 2019 18:41:40 +0100
branchcvs_MAIN
changeset 893 044507d8af03
parent 891 ee9dd59f8891
child 894 dbd87ace9c74
#BUGFIX by cg class: SCMAbstractFileoutLikeTask added: #suppressBuildSupportFiles: changed: #suppresBuildSupportFiles:
common/SCMAbstractFileoutLikeTask.st
--- a/common/SCMAbstractFileoutLikeTask.st	Tue Dec 17 17:23:42 2019 +0100
+++ b/common/SCMAbstractFileoutLikeTask.st	Wed Dec 18 18:41:40 2019 +0100
@@ -101,8 +101,13 @@
     ^ suppresBuildSupportFiles
 !
 
-suppresBuildSupportFiles:something
-    suppresBuildSupportFiles := something.
+suppresBuildSupportFiles:aBoolean
+    "/ typo in name - kept for a while for backward compat.
+    self suppressBuildSupportFiles:aBoolean.
+!
+
+suppressBuildSupportFiles:aBoolean
+    suppresBuildSupportFiles := aBoolean.
 !
 
 suppressClasses