Changeset - r10088:4be5ebeb6674
[Not reviewed]
master
0 1 0
smatz - 16 years ago 2008-09-07 17:40:14
smatz@openttd.org
(svn r14264) -Fix (r14261): 'echo -e' is not recognized on many systems
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
findversion.sh
Show inline comments
 
@@ -100,7 +100,7 @@ if [ "$MODIFIED" -eq "2" ]; then
 
fi
 

	
 
if [ -n "$BRANCH" ]; then
 
	REV="${REV}-$BRANCH"
 
fi
 

	
 
echo -e "$REV\t$REV_NR\t$MODIFIED"
 
echo "$REV	$REV_NR	$MODIFIED"
0 comments (0 inline, 0 general)