projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
906c196
)
[scripts] getver: don't use "-r COMMITTED" arg which needs network access to the...
author
Nicolas Thill
<nico@openwrt.org>
Mon, 5 Oct 2009 09:30:53 +0000
(09:30 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 5 Oct 2009 09:30:53 +0000
(09:30 +0000)
SVN-Revision: 17864
scripts/getver.sh
patch
|
blob
|
history
diff --git
a/scripts/getver.sh
b/scripts/getver.sh
index c97bfb5042c24c35f5ffdadfefdd2223c5a0431e..c018d829410c6a7a25045ec77d79e086cd409dda 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
-r COMMITTED | awk '/^Revision:/ { print $2
}')"
+ REV="$(svn info
| awk '/^Last Changed Rev:/ { print $4
}')"
REV="${REV:+r$REV}"
[ -n "$REV" ]
}