projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2da1393
)
getver: get svn rev from last commit so that we have consistent revision numbers...
author
Nicolas Thill
<nico@openwrt.org>
Mon, 28 Sep 2009 12:26:47 +0000
(12:26 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 28 Sep 2009 12:26:47 +0000
(12:26 +0000)
SVN-Revision: 17781
scripts/getver.sh
patch
|
blob
|
history
diff --git
a/scripts/getver.sh
b/scripts/getver.sh
index 19c8c05cde7658702a0ecc33ae849d953e15d5ff..7248ca77531be8c7b08b1450cf9140fee3ada37b 100755
(executable)
--- a/
scripts/getver.sh
+++ b/
scripts/getver.sh
@@
-11,7
+11,7
@@
try_version() {
try_svn() {
[ -d .svn ] || return 1
- REV="$(svn info | awk '/^Revision:/ { print $2 }')"
+ REV="$(svn info
-r COMMITTED
| awk '/^Revision:/ { print $2 }')"
REV="${REV:+r$REV}"
[ -n "$REV" ]
}