From ce1057cd1307825cad8c9b340a2f695b0ec0a32b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 23 Jun 2008 21:45:32 +0200 Subject: oops2 --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pkg b/bin/pkg index fffcfea..580e29e 100755 --- a/bin/pkg +++ b/bin/pkg @@ -135,7 +135,7 @@ vcs_incoming () { vcs_update () { [ -d .hg ] && hg --quiet pull --update - [ -d .git ] && git pull + [ -d .git ] && git --quiet pull } -- cgit v1.2.3