*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 12 Nov 1996 18:31:34 +0100
changeset 29 537410dfad60
parent 28 b3a8378dd626
child 30 7b6129ab86b0
*** empty log message ***
STXInstaller.st
--- a/STXInstaller.st	Tue Nov 12 18:30:40 1996 +0100
+++ b/STXInstaller.st	Tue Nov 12 18:31:34 1996 +0100
@@ -362,7 +362,7 @@
     msg := (resources array:#('ST/X Installation' '' 'creating symbolic links' '' '' '')) asStringCollection.
 
     commandTraceView showCR:(resources string:'setting up symbolic links in doc/online ...').
-    OperatingSystem executeCommand:('cd ' , stxLibDir , '/doc/online ; make links').
+    OperatingSystem executeCommand:('(cd ' , stxLibDir , '/doc/online ; make links)').
     ^ true
 
     "Created: 17.7.1996 / 15:24:19 / cg"