From dadfae231790d4233733f7c942873d5ec21bccb9 Mon Sep 17 00:00:00 2001
From: Rudolf Polzer <divverent@alientrap.org>
Date: Tue, 22 Jun 2010 17:28:25 +0200
Subject: [PATCH] fix yet another ./all typo

---
 all | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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