summaryrefslogtreecommitdiff
path: root/Makefile.bundle.in
diff options
context:
space:
mode:
authormatthijs <matthijs@openttd.org>2008-09-08 06:27:08 +0000
committermatthijs <matthijs@openttd.org>2008-09-08 06:27:08 +0000
commit157b625263fb0a4ca94d1c726fb8dcaf799e1a81 (patch)
tree6c07dc5fc8fcae16284771881519cffa8c4f2db6 /Makefile.bundle.in
parent0a4090b8a73d74261f427e38144ea27977f5c80f (diff)
downloadopenttd-157b625263fb0a4ca94d1c726fb8dcaf799e1a81.tar.xz
(svn r14272) -Fix [Makefile]: Always pass an explicit delimiter to the "cut" command, in
case there are platforms where tab is not the default.
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