This website works better with JavaScript.
Home
Help
Register
Sign In
jim
/
openocd
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
26
Wiki
Activity
Browse Source
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
tags/v0.1.0
kc8apf
14 years ago
parent
784a519170
commit
ded2e16b35
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
guess-rev.sh
+ 1
- 1
guess-rev.sh
View File
@@ -5,5 +5,5 @@ REV=unknown
which svnversion > /dev/null 2>&1 && REV=`svnversion -n`
echo -n $REV
`which
echo
`
-n $REV
Write
Preview
Loading…
Cancel
Save