aboutsummaryrefslogtreecommitdiff
path: root/initjimsh.tcl
AgeCommit message (Collapse)AuthorFilesLines
2014-10-30initjimsh: jim::argv0 is not always availableSteve Bennett1-10/+13
Signed-off-by: Steve Bennett <steveb@workware.net.au>
2014-10-28Fix [info nameofexecutable] after [cd]Steve Bennett1-6/+22
If argv0 is a relative path, [info nameofexecutable] returned the wrong result after changing directory. So calculate and stash the result during init. Also move internal $jim_argv0 into namespace jim as $jim::argv0 Signed-off-by: Steve Bennett <steveb@workware.net.au>
2014-10-15jimsh: change order of default $auto_pathSteve Bennett1-1/+1
Add directory containing jimsh before JIM_LIBPATH Helps with running uninstalled jimsh Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-07-13Add tcl_platform(pathSeparator)Steve Bennett1-0/+27
Tcl compatible. Also move jimsh initialisation script into initjimsh.tcl Signed-off-by: Steve Bennett <steveb@workware.net.au>