distro-build/drive-clients: print time before each command
original commit: a961b63a2587727cc79831253658e7b77c0f44e8
This commit is contained in:
parent
77984e7662
commit
7f9c9ee7ae
|
@ -194,6 +194,7 @@
|
|||
|
||||
(define (ssh-script host port user kind . cmds)
|
||||
(for/and ([cmd (in-list cmds)])
|
||||
(when cmd (display-time))
|
||||
(or (not cmd)
|
||||
(if (and (equal? host "localhost")
|
||||
(not user))
|
||||
|
@ -366,7 +367,6 @@
|
|||
;; ensure a newline at the end:
|
||||
(newline o))))
|
||||
|
||||
(display-time)
|
||||
(begin0
|
||||
|
||||
((case (or (get-opt c '#:platform) (system-type))
|
||||
|
|
Loading…
Reference in New Issue
Block a user