diff options
author | dgp <dgp@users.sourceforge.net> | 2005-01-27 22:26:17 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-01-27 22:26:17 (GMT) |
commit | ea9b9e398b69f4bf77129c1ce31259f184ac2120 (patch) | |
tree | feec85c79b7dd5057ae9b9a0be04025dc0f3bd10 /library | |
parent | 9dbc38faed5d13bbc3656501c291dbda19ff86e7 (diff) | |
download | tcl-ea9b9e398b69f4bf77129c1ce31259f184ac2120.zip tcl-ea9b9e398b69f4bf77129c1ce31259f184ac2120.tar.gz tcl-ea9b9e398b69f4bf77129c1ce31259f184ac2120.tar.bz2 |
typo
Diffstat (limited to 'library')
-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 e2b503e..3262f5f 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.12.2.4 2005/01/25 17:58:44 dgp Exp $ +# RCS: @(#) $Id: auto.tcl,v 1.12.2.5 2005/01/27 22:26:17 dgp Exp $ # # Copyright (c) 1991-1993 The Regents of the University of California. # Copyright (c) 1994-1998 Sun Microsystems, Inc. @@ -32,7 +32,7 @@ proc auto_reset {} { if {[lsearch -exact { ::unknown ::pkg_mkIndex ::tclPkgSetup ::tcl_findLibrary ::pkg_compareExtension ::tclPkgUnknown ::tcl::MacOSXPkgUnknown - ::tcl::MacPkgUnknown} $fqcn] != -1)} {continue} + ::tcl::MacPkgUnknown} $fqcn] != -1} {continue} rename $fqcn {} } } |