*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 24 Jan 2013 19:05:11 +0100
changeset 1287 c51280cc91d1
parent 1286 d55f7c641870
child 1288 8c1a158d74d1
*** empty log message ***
host.rc
--- a/host.rc	Thu Jan 24 19:04:33 2013 +0100
+++ b/host.rc	Thu Jan 24 19:05:11 2013 +0100
@@ -209,9 +209,9 @@
 (Smalltalk at:#'_ImageOSTypeName') ~= sysType ifTrue:[
     ('host.rc [info]: ') infoPrint.
     (Smalltalk getSystemFileName:('h_' , sysType , '.rc')) isNil ifTrue:[
-	"/ 'trying host setup h_' , sysType , '.rc...') infoPrintCR.
+	"/ ('trying host setup h_' , sysType , '.rc...') infoPrintCR.
     ] ifFalse:[
-	'reading host setup h_' , sysType , '.rc...') infoPrintCR.
+	('reading host setup h_' , sysType , '.rc...') infoPrintCR.
     ].
 
     s := Smalltalk systemFileStreamFor:('h_' , sysType , '.rc').