From: Rudolf Polzer Date: Thu, 21 Oct 2010 18:22:10 +0000 (+0200) Subject: possibly fix one error X-Git-Tag: xonotic-v0.1.0preview~121 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=46943d9e3be3f57edfd2c87f390f3710feb4d857;p=xonotic%2Fxonotic.git possibly fix one error --- diff --git a/all b/all index daf164cd..d5c57c52 100755 --- a/all +++ b/all @@ -309,7 +309,7 @@ fix_git_config() fi verbose git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" verbose git config core.autocrlf input - if [ -z "`git config push.default`" ]; then + if [ -z "`git config push.default || true`" ]; then verbose git config push.default current # or is tracking better? fi git config filter.mapclean.clean "grep ^[^/]"