fix yet another ./all typo

This commit is contained in:
Rudolf Polzer 2010-06-22 17:28:25 +02:00
parent edb422c26e
commit dadfae2317

2
all
View File

@ -400,7 +400,7 @@ case "$cmd" in
rem=`git config "branch.$r.remote" || echo origin` rem=`git config "branch.$r.remote" || echo origin`
bra=`git config "branch.$r.merge" || echo "$r"` bra=`git config "branch.$r.merge" || echo "$r"`
upstream="$rem/$bra" upstream="$rem/$bra"
if ! [ git rev-parse "$upstream" ]; then if ! git rev-parse "$upstream" >/dev/null 2>&1; then
upstream="`repobranch "$d"`" upstream="`repobranch "$d"`"
fi fi
if git log "$upstream".."$r" | grep .; then if git log "$upstream".."$r" | grep .; then