Skip to content

Commit e324e21

Browse files
author
jan.nijtmans
committed
Document that [file dirname [file dirname [info nameofexecutable]]]/lib is also added to $auto_path during initialization.
2 parents 1b54546 + b099296 commit e324e21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/tclvars.n

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This variable is initialized during startup to contain, in order:
2828
the directories listed in the \fBTCLLIBPATH\fR environment variable,
2929
the directory named by the \fBtcl_library\fR global variable,
3030
the parent directory of \fBtcl_library\fR,
31+
\fB[file dirname [file dirname [info nameofexecutable]]]/lib\fR,
3132
the directories listed in the \fBtcl_pkgPath\fR variable.
3233
Additional locations to look for files and package indices should
3334
normally be added to this variable using \fBlappend\fR.

0 commit comments

Comments
 (0)