Author: coke
Date: Sun Jun  5 08:47:30 2005
New Revision: 8279

Modified:
   trunk/config/gen/makefiles/tcl_examples.in
Log:
-t stopped working. Per leo, "try -t1"



Modified: trunk/config/gen/makefiles/tcl_examples.in
==============================================================================
--- trunk/config/gen/makefiles/tcl_examples.in  (original)
+++ trunk/config/gen/makefiles/tcl_examples.in  Sun Jun  5 08:47:30 2005
@@ -14,4 +14,4 @@ tclsh:
 
 # (for development testing)
 test:
-       cd $(UP_PATH) && $(PARROT) -t $(DOWN_PATH)tcl.pbc 
$(DOWN_PATH)examples${slash}foo.tcl
+       cd $(UP_PATH) && $(PARROT) -t1 $(DOWN_PATH)tcl.pbc 
$(DOWN_PATH)examples${slash}foo.tcl

Reply via email to