summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-12-03 12:50:03 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-12-03 13:08:52 +0000
commitade7aff1105b7722e4625a33d87ddacce194b572 (patch)
tree5a24efc42ba5e92d80a8a1718361742d60319e6a /Makefile
parentd5c670eb47388d0511a3d2ea61f0b56b2955786d (diff)
upload-branch: translate silly characters in branch name into _
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b0a7c3d..b5283ed1 100644
--- a/Makefile
+++ b/Makefile
@@ -138,7 +138,7 @@ dist:
$(TAR) -ztvf "$$distname".tar.gz;\
rm -rf tmp/"$$distname"
-BRANCH = $(shell sh tools/git-which-branch.sh misc)
+BRANCH = $(shell sh tools/git-which-branch.sh misc | tr -d '\n' | tr -C "[:alnum:]" _)
UPLOAD_BRANCH_TO = people.freedesktop.org:public_html/telepathy-spec
# Usage: make upload-branch BRANCH=discussion