diff -r b3a8378dd626 -r 537410dfad60 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"