Makefile.bundle.in
changeset 10091 938c2b821972
parent 10086 259601e31f79
child 10166 7e1478da76c4
--- a/Makefile.bundle.in	Sun Sep 07 22:23:25 2008 +0000
+++ b/Makefile.bundle.in	Mon Sep 08 06:27:08 2008 +0000
@@ -8,7 +8,7 @@
 else
 # Detect the revision
 VERSIONS := $(shell AWK="$(AWK)" "$(ROOT_DIR)/findversion.sh")
-REV      := $(shell echo "$(VERSIONS)" | cut -f 1)
+REV      := $(shell echo "$(VERSIONS)" | cut -f 1 -d'	')
 endif
 
 # Make sure we have something in REV