mirror of
https://github.com/PDP-10/its.git
synced 2026-05-05 07:34: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:
@@ -63,7 +63,7 @@ proc pdset {} {
|
|||||||
type [timestamp -seconds $t -format "%y%m%dD"]
|
type [timestamp -seconds $t -format "%y%m%dD"]
|
||||||
type [timestamp -seconds $t -format "%H%M%ST"]
|
type [timestamp -seconds $t -format "%H%M%ST"]
|
||||||
type "!."
|
type "!."
|
||||||
expect "DAYLIGHT SAVINGS" {
|
expect -exact "DAYLIGHT SAVINGS TIME? " {
|
||||||
type "N"
|
type "N"
|
||||||
expect "\n"
|
expect "\n"
|
||||||
} "\n" {
|
} "\n" {
|
||||||
|
|||||||
Reference in New Issue
Block a user