Overview
Comment: | Fix path to services (must be absolute) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | trunk |
Files: | files | file ages | folders |
SHA1: |
bf33f043ce2a1df652b2b54c89c07cc5 |
User & Date: | rkeene on 2024-03-07 19:59:04 |
Other Links: | manifest | tags |
Context
2024-03-07
| ||
19:59 | Fix path to services (must be absolute) Leaf check-in: bf33f043ce user: rkeene tags: trunk | |
19:02 | Remove unused code check-in: ce2a7d32dc user: rkeene tags: trunk | |
Changes
Modified tsmf/test-server.tcl from [1a30233e9f] to [2149fbf923].
1 2 | #! /usr/bin/env tclsh | | | 1 2 3 4 5 6 7 8 9 10 | #! /usr/bin/env tclsh set workdir [file normalize [file dirname [info script]]] # For TSMF lappend auto_path [file join $workdir lib] # For the TUAPI package lappend auto_path [file join $workdir ..] |
︙ | ︙ |