summaryrefslogtreecommitdiff
path: root/Makefile.bundle.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.bundle.in')
-rw-r--r--Makefile.bundle.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.bundle.in b/Makefile.bundle.in
index 8558912b2..94e8d830e 100644
--- a/Makefile.bundle.in
+++ b/Makefile.bundle.in
@@ -8,7 +8,7 @@ REV := $(REVISION)
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