Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/misc.tcl part of check-in [b679ca3356] - Code cleanup. Removed trailing whitespace across the board. by aku on 2007-11-25 07:54:09. [view]

To:

File tools/cvs2fossil/lib/misc.tcl part of check-in [7208c7ac4d] - Changes to cvs2fossil to import tcllib CVS into fossil on Win32

* using ::file instead of file in snit methods to get the core file command * taking care of files that only differ in case in the Attic and the repo on case insensitive FS * passing platform specific

by mjanssen on 2008-01-28 23:57:27. [view]

@@ -82,9 +82,9 @@
     # Delete item from list by name
 
     proc striptrailingslash {path} {
 	# split and rejoin gets rid of a traling / character.
-	return [eval [linsert [file split $path] 0 file join]]
+	return [eval [linsert [file split $path] 0 ::file join]]
     }
 
     # # ## ### ##### ######## #############
 }