Code Review
/
openocd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Matt Hsu <matt@0xlab.org> cortex_a8_exec_opcode is writing the ARM instruction into
[openocd.git]
/
guess-rev.sh
1
#!/bin/bash
2
#
3
4
REV
=
unknown
5
6
which
svnversion
> /
dev
/
null
2
>&
1
&&
REV
=
`svnversion -n "$1"`
7
8
echo
-
n
$REV