summaryrefslogtreecommitdiff
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
commit12dcb3adb4b0f59320247ff3eb4480b075315b8b (patch)
treee7a7e005aa580144b9755c0f6c3554f72e52b550
parent06be8207302d1bd758fea079e44465aeb3e9695d (diff)
downloadopenttd-12dcb3adb4b0f59320247ff3eb4480b075315b8b.tar.xz
(svn r14264) -Fix (r14261): 'echo -e' is not recognized on many systems
-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"