projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79128e7
)
[scripts] getver: don't use "-r COMMITTED" arg which needs network access to the...
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 5 Oct 2009 09:30:53 +0000
(09:30 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 5 Oct 2009 09:30:53 +0000
(09:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17864
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/getver.sh
patch
|
blob
|
history
diff --git
a/scripts/getver.sh
b/scripts/getver.sh
index
7248ca7
..
cd9b90a
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" ]
}
This page took
0.026988 seconds
and
4
git commands to generate.