diff options
author | smatz <smatz@openttd.org> | 2008-09-07 17:40:14 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2008-09-07 17:40:14 +0000 |
commit | 12dcb3adb4b0f59320247ff3eb4480b075315b8b (patch) | |
tree | e7a7e005aa580144b9755c0f6c3554f72e52b550 | |
parent | 06be8207302d1bd758fea079e44465aeb3e9695d (diff) | |
download | openttd-12dcb3adb4b0f59320247ff3eb4480b075315b8b.tar.xz |
(svn r14264) -Fix (r14261): 'echo -e' is not recognized on many systems
-rwxr-xr-x | findversion.sh | 2 |
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" |