Browse Source

housekeeping newlines etc

master
Julian Noble 2 years ago
parent
commit
5bfedc23e0
  1. 2
      scriptlib/tests/pipeline1.tcl
  2. 4
      src/modules/shellthread-1.6.tm

2
scriptlib/tests/pipeline1.tcl

@ -3,7 +3,7 @@
# a formatting experiment
#-----------------------------------------------------------
x.=val {
x.= val {
a
b c
d e f

4
src/modules/shellthread-1.6.tm

@ -431,10 +431,10 @@ namespace eval shellthread::manager {
# then it's likely we will need to use the caller's auto_path and tcl::tm::list to find things
#The caller can tune the thread's package search by providing a settingsdict
if {![dict exists $::settingsinfo tcl_tm_list]} {
tcl::tm::add %mp%
::tcl::tm::add %mp%
} else {
tcl::tm::remove {*}[tcl::tm::list]
tcl::tm::add {*}[dict get $::settingsinfo tcl_tm_list]
::tcl::tm::add {*}[dict get $::settingsinfo tcl_tm_list]
}
if {![dict exists $::settingsinfo auto_path]} {
set ::auto_path [list %ap%]

Loading…
Cancel
Save