From edbc3633d3faecc9446d38a3202626d0f3ea50d0 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 06:58:36 +0000 Subject: [PATCH] 2003/04/10 01:51:39 darcs-hash:20040130065836-2ba56-6364cfeefa89db79d68c4164bcd7e95ef9009d0e.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d02bc8c..400950d 100644 --- a/Makefile +++ b/Makefile @@ -222,7 +222,7 @@ PalmOS: current_build := $(shell cat next.build) this_branch := $(shell tail -c +2 CVS/Tag 2>/dev/null || echo HEAD) -this_branch_flag := $(shell test $this_branch = HEAD && echo || echo -r $this_branch) +this_branch_flag := $(shell test $(this_branch) = HEAD && echo || echo -r $(this_branch)) dist: # this will fail if we haven't checked-in since the comment is null; we want this. -- 1.7.10.4