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:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user