diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-01-23 00:55:35 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-01-23 00:55:35 +0100 |
commit | d52afed8373ccb31a84089cf2dc0676ca7a3ec0a (patch) | |
tree | 0f50889378739117c968aec9b7a8ff5bbfede9b3 /bin/updatebuildmain | |
parent | c66c5506234163ee7aa33ba4c47e8c0a549b4c78 (diff) | |
parent | 146ca95e1971f3ddeb4819f22f1e97a07a659113 (diff) | |
download | buildscripts-d52afed8373ccb31a84089cf2dc0676ca7a3ec0a.tar.gz buildscripts-d52afed8373ccb31a84089cf2dc0676ca7a3ec0a.tar.bz2 buildscripts-d52afed8373ccb31a84089cf2dc0676ca7a3ec0a.zip |
Merge branch 'master' of ssh://code.x2go.org:32032/srv/git/code.x2go.org/buildscripts
Diffstat (limited to 'bin/updatebuildmain')
-rwxr-xr-x | bin/updatebuildmain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/updatebuildmain b/bin/updatebuildmain index f4abe4e..54c3544 100755 --- a/bin/updatebuildmain +++ b/bin/updatebuildmain @@ -20,7 +20,7 @@ set -e GITPROJECT=$(basename $(pwd)) -REF=$1 +REF=${1-HEAD} # we need to be within a working copy (base folder) and we need a <REF>!!! test -z $1 || test -d ./.git || { |