Fix guess-rev.sh where the builtin echo doesn't support -n

git-svn-id: svn://svn.berlios.de/openocd/trunk@1337 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
kc8apf 2009-01-17 23:16:59 +00:00
parent 784a519170
commit ded2e16b35
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ REV=unknown
which svnversion > /dev/null 2>&1 && REV=`svnversion -n`
echo -n $REV
`which echo` -n $REV