host.rc
changeset 656 33c547d1a706
parent 609 f0f51d4a0066
child 676 98a21f90890a
--- a/host.rc	Mon Mar 14 20:11:31 2005 +0100
+++ b/host.rc	Wed Mar 16 15:28:00 2005 +0100
@@ -201,7 +201,7 @@
     ] ifFalse:[
 	'reading' infoPrint.
     ].
-    (' host setup h_' , sysType , '.rc ...') infoPrintCR.
+    (' host setup h_' , sysType , '.rc...') infoPrintCR.
 
     s := Smalltalk systemFileStreamFor:('h_' , sysType , '.rc').
     s notNil ifTrue:[
@@ -221,7 +221,7 @@
     "if there is a corresponding file ..."
 
     (Smalltalk at:#'_ImageHostName') ~= host ifTrue:[
-	('host.rc [info]: trying host setup h_' , host , '.rc ...') infoPrintCR.
+	('host.rc [info]: trying host setup h_' , host , '.rc...') infoPrintCR.
 
 	s := Smalltalk systemFileStreamFor:('h_' , host , '.rc').
 	s notNil ifTrue:[