~ chicken-core (chicken-5) 2d2b889ae3c16f3cc33e4277d7066723ab02f113
commit 2d2b889ae3c16f3cc33e4277d7066723ab02f113 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Tue Dec 20 07:14:04 2011 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Tue Dec 20 07:14:04 2011 +0100 showing the branchname in prerelease is ok, I guess diff --git a/identify.sh b/identify.sh index e2b68bbd..bf8d69d0 100644 --- a/identify.sh +++ b/identify.sh @@ -27,7 +27,6 @@ if test -d "$1/.git"; then "(no branch)") branchname="";; "master") branchname="";; "release") branchname="";; - "prerelease") branchname="";; esac if test "${rev0}" \!= "${rev}"; then echo ${rev} >buildidTrap