diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-09-22 01:23:00 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-09-22 01:23:00 +0200 |
commit | 7cc493c6859a79e285aed81f2fe522da8515281d (patch) | |
tree | 1734f1355c09e6f704c097c6f5a5fd1916eebd3a | |
parent | 466363a51a5d2eba9d190269d384cc92212ae941 (diff) | |
download | buildscripts-7cc493c6859a79e285aed81f2fe522da8515281d.tar.gz buildscripts-7cc493c6859a79e285aed81f2fe522da8515281d.tar.bz2 buildscripts-7cc493c6859a79e285aed81f2fe522da8515281d.zip |
fix for x2go-updatebuildmain script
-rwxr-xr-x | bin/x2go-updatebuildmain | 2 |
1 files changed, 1 insertions, 1 deletions
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 |