Diff
Not logged in

Differences From:

File tools/import-cvs.tcl part of check-in [df91d389d5] - First semi-complete app for import from CVS. Trunk only, wholesale only. by aku on 2007-09-04 05:36:56. [view]

To:

File tools/import-cvs.tcl part of check-in [7003caa982] - (no comment) by aku on 2007-09-04 05:38:29. [view]

@@ -40,9 +40,9 @@
 
 # -----------------------------------------------------------------------------
 # Requirements
 
-package Tcl 8.4
+package require Tcl 8.4
 package require cvs    ; # Frontend, reading from source repository
 package require fossil ; # Backend,  writing to destination repository.
 
 # -----------------------------------------------------------------------------