From 46943d9e3be3f57edfd2c87f390f3710feb4d857 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 21 Oct 2010 20:22:10 +0200 Subject: [PATCH] possibly fix one error --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ^[^/]" -- 2.39.2