diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-19 11:59:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-19 11:59:52 (GMT) |
commit | 1f9713e57916eda3c0dabf9ff3c036d441574c15 (patch) | |
tree | d50e76c4cd5b94708ecf1601bfd1082b30e88304 /library/auto.tcl | |
parent | c4017b7649cf896b85db4a4de34b574191eeb89c (diff) | |
download | tcl-1f9713e57916eda3c0dabf9ff3c036d441574c15.zip tcl-1f9713e57916eda3c0dabf9ff3c036d441574c15.tar.gz tcl-1f9713e57916eda3c0dabf9ff3c036d441574c15.tar.bz2 |
Undo Jan's needless vandalism.
Diffstat (limited to 'library/auto.tcl')
-rw-r--r-- | library/auto.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/auto.tcl b/library/auto.tcl index 9980b26..c69b24d 100644 --- a/library/auto.tcl +++ b/library/auto.tcl @@ -3,7 +3,7 @@ # utility procs formerly in init.tcl dealing with auto execution of commands # and can be auto loaded themselves. # -# RCS: @(#) $Id: auto.tcl,v 1.31 2009/11/18 21:23:21 nijtmans Exp $ +# RCS: @(#) $Id: auto.tcl,v 1.32 2009/11/19 11:59:53 dkf Exp $ # # Copyright (c) 1991-1993 The Regents of the University of California. # Copyright (c) 1994-1998 Sun Microsystems, Inc. @@ -88,7 +88,7 @@ proc tcl_findLibrary {basename version patch initScript enVarName varName} { if { $::tcl_platform(platform) eq "unix" && $::tcl_platform(os) eq "Darwin" - } { + } then { # 4. On MacOSX, check the Resources/Scripts subdir too lappend dirs [file join $d $basename$version Resources Scripts] } |