Removing stderr output from archive?
This commit is contained in:
parent
25dd8727cb
commit
fb18174e22
|
@ -75,7 +75,8 @@
|
||||||
(tar-path)
|
(tar-path)
|
||||||
(list "-czvf"
|
(list "-czvf"
|
||||||
(path->string (revision-trunk.tgz rev))
|
(path->string (revision-trunk.tgz rev))
|
||||||
(path->string trunk-dir))))
|
"-C" (path->string rev-dir)
|
||||||
|
"trunk")))
|
||||||
|
|
||||||
(define (call-with-temporary-directory thunk)
|
(define (call-with-temporary-directory thunk)
|
||||||
(define tempdir (symbol->string (gensym 'tmpdir)))
|
(define tempdir (symbol->string (gensym 'tmpdir)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user