host.rc
changeset 1287 c51280cc91d1
parent 1286 d55f7c641870
child 1295 b7f03a0eba28
--- 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').