From ec067e287712340a042adc65854bf4a5e92917aa Mon Sep 17 00:00:00 2001 From: udeved Date: Tue, 17 Feb 2015 12:41:45 +0100 Subject: [PATCH] [util-pkgtree] verbose clone again --- lib/util-pkgtree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-pkgtree.sh b/lib/util-pkgtree.sh index a34698a..e3d2329 100644 --- a/lib/util-pkgtree.sh +++ b/lib/util-pkgtree.sh @@ -27,7 +27,7 @@ sync_tree(){ clone_tree(){ msg "Preparing [$1] ..." msg3 "clone" - git clone $2.git -q + git clone $2.git # -q msg "Done [$1]" }