silent
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Fri, 21 May 2010 16:51:34 +0000 (16:51 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Fri, 21 May 2010 16:51:34 +0000 (16:51 +0000)
scripts/git-check.sh

index 8b80765..551ac41 100755 (executable)
@@ -43,7 +43,7 @@ function upload_archives () {
        b=$(basename $arg .git)
        git=${b}.git
        echo -n "$git "
-       if ! grep uploadarch $git/config ; then
+       if ! grep -q uploadarch $git/config ; then
            echo -n $i "Setting.. "; 
            cat >> $git/config <<EOF
 [daemon]