1
0
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:
Lars Brinkhoff 2018-10-30 12:41:30 +01:00
parent be7acb801a
commit b0bb5f3cef

View File

@ -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" {