projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
squashfs4: refresh the cygwin patch
[openwrt.git]
/
scripts
/
getver.sh
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.018491 seconds
and
4
git commands to generate.