summaryrefslogtreecommitdiff
path: root/findversion.sh
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-09-07 17:40:14 +0000
committersmatz <smatz@openttd.org>2008-09-07 17:40:14 +0000
commit947f4bf213467d21a7c2d25a3419589f318e654d (patch)
treee7a7e005aa580144b9755c0f6c3554f72e52b550 /findversion.sh
parent60773026604745ef9585cc53d07c98777e85fcc7 (diff)
downloadopenttd-947f4bf213467d21a7c2d25a3419589f318e654d.tar.xz
(svn r14264) -Fix (r14261): 'echo -e' is not recognized on many systems
Diffstat (limited to 'findversion.sh')
-rwxr-xr-xfindversion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/findversion.sh b/findversion.sh
index a03c8a0ee..1d7c52a47 100755
--- a/findversion.sh
+++ b/findversion.sh
@@ -103,4 +103,4 @@ if [ -n "$BRANCH" ]; then
REV="${REV}-$BRANCH"
fi
-echo -e "$REV\t$REV_NR\t$MODIFIED"
+echo "$REV $REV_NR $MODIFIED"