mirror of
https://github.com/PDP-10/its.git
synced 2026-01-11 23:53:12 +00:00
Be more careful when PDSET asks about daylights savings time.
Or else the input can get dropped.
This commit is contained in:
parent
be7acb801a
commit
b0bb5f3cef
@ -63,7 +63,7 @@ proc pdset {} {
|
||||
type [timestamp -seconds $t -format "%y%m%dD"]
|
||||
type [timestamp -seconds $t -format "%H%M%ST"]
|
||||
type "!."
|
||||
expect "DAYLIGHT SAVINGS" {
|
||||
expect -exact "DAYLIGHT SAVINGS TIME? " {
|
||||
type "N"
|
||||
expect "\n"
|
||||
} "\n" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user