Skip to content
Snippets Groups Projects
Commit 54196f76 authored by oharboe's avatar oharboe
Browse files

Pavel Chromy fix: the guess-rev.sh scripts to retrieve SVN revision returns...

Pavel Chromy fix: the guess-rev.sh scripts to retrieve SVN revision returns the result including new line
causing PKGBLDREV macro to not work

git-svn-id: svn://svn.berlios.de/openocd/trunk@398 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 3087b668
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
REV=unknown
which svnversion > /dev/null 2>&1 && REV=`svnversion`
which svnversion > /dev/null 2>&1 && REV=`svnversion -n`
echo -n $REV
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment