diff --git a/collects/repo-time-stamp/stamp.rkt b/collects/repo-time-stamp/stamp.rkt index d9bfb612ff..63e70be139 100644 --- a/collects/repo-time-stamp/stamp.rkt +++ b/collects/repo-time-stamp/stamp.rkt @@ -55,6 +55,7 @@ (and exe (let ([out (open-output-string)]) (parameterize ([current-output-port out] [current-error-port out] + [current-input-port (open-input-string "")] [current-directory this-dir]) (system* exe "log" "-1" "--pretty=format:%ct|%h|g") (get-output-string out))))))