STXInstaller.st
changeset 1518 85114c70d811
parent 1517 3f0c8ccd0c33
child 1519 6196930f9a1d
--- a/STXInstaller.st	Fri Oct 26 18:51:35 2001 +0200
+++ b/STXInstaller.st	Fri Oct 26 18:51:56 2001 +0200
@@ -461,7 +461,7 @@
             commandTraceView showCR:'removing symbolic links ...'.
             commandTraceView endEntry.
             self executeCommandAndShowOutput:cmd emphasize:false.
-self halt.
+
             cmd := '(cd ' , topDir , ' ; tar cf - .) | (cd ' , fullDir , ' ; tar xvf -)'.
             commandTraceView showCR:'copying ...'.
             commandTraceView endEntry.