From 7cc493c6859a79e285aed81f2fe522da8515281d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 22 Sep 2011 01:23:00 +0200 Subject: fix for x2go-updatebuildmain script --- bin/x2go-updatebuildmain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/x2go-updatebuildmain') diff --git a/bin/x2go-updatebuildmain b/bin/x2go-updatebuildmain index ad37da0..3716ed4 100755 --- a/bin/x2go-updatebuildmain +++ b/bin/x2go-updatebuildmain @@ -30,5 +30,5 @@ test -z $1 || test -d ./.git || { } # update the build-main branch with our newest blessed reference -git pull --all +git branch build-main &>/dev/null || true git push origin $REF:build-main -- cgit v1.2.3