From: thierry Date: Fri, 21 May 2010 16:48:10 +0000 (+0000) Subject: new layout X-Git-Tag: foo~153 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=e1042138dc25a9ed6c4f1644663878d637c945ed;p=infrastructure.git new layout --- diff --git a/scripts/git-check.sh b/scripts/git-check.sh index 290a243..e98ec6a 100755 --- a/scripts/git-check.sh +++ b/scripts/git-check.sh @@ -31,7 +31,7 @@ function fill_descriptions () { b=$(basename $arg .git) git=${b}.git echo -n "$git " - grep Unnamed $git/description && { echo -n $i "Setting.. "; echo $b > $git/description ; } + grep -q Unnamed $git/description && { echo -n $i "Setting.. "; echo $b > $git/description ; } done echo "" } @@ -56,5 +56,5 @@ EOF } missing_gitweb -fill_descriptions $(ls *.git) -upload_archives $(ls *.git) +fill_descriptions $(ls -d *.git) +upload_archives $(ls -d *.git)