From: Peter van Dijk Date: Mon, 29 Apr 2013 18:04:35 +0000 (+0200) Subject: oops X-Git-Tag: auth-3.3-rc1~151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37ef659fe957317fb9f9e1077831ca9feeed75d4;p=thirdparty%2Fpdns.git oops --- diff --git a/build-scripts/make-jenkins-version b/build-scripts/make-jenkins-version index 497d3873ff..383e778026 100755 --- a/build-scripts/make-jenkins-version +++ b/build-scripts/make-jenkins-version @@ -3,6 +3,6 @@ if [ $GIT_BRANCH = master ] then echo $(date +%Y%m%d).${BUILD_NUMBER}.$(git rev-parse --short $GIT_COMMIT) else - branch="$(echo ${GIT_BRANCH} | sed 's!^origin/^^ | tr ' /-' _)" + branch="$(echo ${GIT_BRANCH} | sed 's!^origin/^^' | tr ' /-' _)" echo $(date +%Y%m%d).${branch}-${BUILD_NUMBER}.$(git rev-parse --short $GIT_COMMIT) fi