~ chicken-core (chicken-5) d9e0fbaa8b5e16030239a0b4128cda325c3f0ee2
commit d9e0fbaa8b5e16030239a0b4128cda325c3f0ee2
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Wed Aug 17 13:58:44 2011 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Wed Aug 17 13:58:44 2011 +0200
trivial tweak in identify.sh
diff --git a/identify.sh b/identify.sh
index 892dc7dd..a36afcf9 100644
--- a/identify.sh
+++ b/identify.sh
@@ -22,7 +22,7 @@ if test -d "$1/.git"; then
branchname=`GIT_DIR="$1/.git" git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'`
tag="#define C_BUILD_TAG \"compiled ${buildtime} on ${host} (${usys})\""
- case ${branchname} in
+ case "${branchname}" in
"") branchname="";;
"(no branch)") branchname="";;
"master") branchname="";;
Trap