1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-26 04:07:36 +00:00

Add a "cwd" TCL procedure.

And use it in the build scripts.
This commit is contained in:
Lars Brinkhoff
2025-02-08 21:07:19 +01:00
parent a9dc62eae8
commit 655f74a34d
12 changed files with 51 additions and 47 deletions

View File

@@ -3,7 +3,7 @@ log_progress "ENTERING BUILD SCRIPT: MUDDLE"
mkdir "mudsav"
proc build_muddle {dir version} {
respond "*" ":cwd $dir\r"
cwd "$dir"
respond "*" ":xfile mud$version assem\r"
expect -timeout 300 "Assembly done!"