Skip to content

Commit a50041b

Browse files
No need to redirect *command-output*
1 parent 041a46b commit a50041b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

upstream-git.lisp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,8 @@
8585
(with-binary-run-output temptar
8686
(run "git" "archive" :format "tar" :prefix prefix
8787
(target-ref source)))
88-
(without-run-output
89-
(run "git" "submodule" "foreach" :recursive :quiet
90-
(submodule-git-archive-command prefix tempsub)))
88+
(run "git" "submodule" "foreach" :recursive :quiet
89+
(submodule-git-archive-command prefix tempsub))
9190
(dolist (archive (directory (merge-pathnames "**/*.tar" tempsub)))
9291
(run "tar" "Af" temptar archive))
9392
(run "gzip" "-vn9" temptar)

0 commit comments

Comments
 (0)