aboutsummaryrefslogtreecommitdiff
path: root/initjimsh.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'initjimsh.tcl')
-rw-r--r--initjimsh.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/initjimsh.tcl b/initjimsh.tcl
index a764f3a..9ce9053 100644
--- a/initjimsh.tcl
+++ b/initjimsh.tcl
@@ -6,8 +6,8 @@ proc _jimsh_init {} {
# Add to the standard auto_path
lappend p {*}[split [env JIMLIB {}] $::tcl_platform(pathSeparator)]
- lappend p {*}$::auto_path
lappend p [file dirname [info nameofexecutable]]
+ lappend p {*}$::auto_path
set ::auto_path $p
if {$::tcl_interactive && [env HOME {}] ne ""} {