~ chicken-core (chicken-5) 419223b4f58d95620ecbc9774be1a54cecf7f15e
commit 419223b4f58d95620ecbc9774be1a54cecf7f15e Author: felix <felix@call-with-current-continuation.org> AuthorDate: Tue Jul 19 22:17:52 2011 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Tue Jul 19 22:17:52 2011 +0200 make sure buildbranch always exists diff --git a/identify.sh b/identify.sh index 3b48689e..cbf507b4 100644 --- a/identify.sh +++ b/identify.sh @@ -7,7 +7,7 @@ # make sure file exists anyway, since branchname is a special case if test \! -e "buildbranch"; then - echo >buildid + echo >buildbranch fi rev0=`cat buildid || echo ""`Trap