Check-in [7003caa982]
Not logged in
Overview

SHA1 Hash:7003caa9828fac6416ea979fab27749777c2e0cd
Date: 2007-09-04 05:38:29
User: aku
Comment:(no comment)
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified tools/import-cvs.tcl from [bb9275318e] to [1bdf863b65].

@@ -39,11 +39,11 @@
 lappend auto_path [file join [file dirname [info script]] lib]
 
 # -----------------------------------------------------------------------------
 # 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.
 
 # -----------------------------------------------------------------------------