From: Stephen Rothwell Date: Wed, 12 Feb 2020 20:53:17 +0000 (+1100) Subject: fetch_trees: extra blank Remote: lines seem to have gone X-Git-Url: https://git.ozlabs.org/?p=next-scripts;a=commitdiff_plain;h=3880d29bc487f126e0a8f06457bad17a20fdef90 fetch_trees: extra blank Remote: lines seem to have gone --- diff --git a/fetch_trees b/fetch_trees index 4d3871e..3a43025 100755 --- a/fetch_trees +++ b/fetch_trees @@ -33,7 +33,7 @@ get_field() fetch_git() { - git fetch "$1" 2>&1 | cat + git fetch "$1" } fetch_mmotm()