X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=all;h=cc26e5be4dcd64b745e4095638290194e3a1e3fb;hp=3b288454c901e1bad9821817b5448543a38b17f8;hb=dadfae231790d4233733f7c942873d5ec21bccb9;hpb=edb422c26e7f44d6e0c295078f4dc63d62832ad2 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