From f90e1262bbe46845618527446dde174b6499c8ad Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sun, 6 Jan 2008 05:12:11 +0100 Subject: [PATCH] Cannot use -q to git init, since it is new. --- dcp-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcp-init b/dcp-init index 05e39fd..ab3dfc3 100755 --- a/dcp-init +++ b/dcp-init @@ -42,7 +42,7 @@ getaptsrc() { } initrepo() { - rungit init -q --shared + rungit init mkdir "$td/control" touch "$td/control/conf" rungit add control -- 2.11.0