projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
scripts/env: fix indentation (patch by Rolf Leggewie)
[openwrt.git]
/
scripts
/
getver.sh
diff --git
a/scripts/getver.sh
b/scripts/getver.sh
index
cd9b90a
..
8bb384b
100755
(executable)
--- a/
scripts/getver.sh
+++ b/
scripts/getver.sh
@@
-18,7
+18,7
@@
try_svn() {
try_git() {
[ -d .git ] || return 1
- REV="$(git log | grep -m 1 git-svn-id | awk '{ gsub(/.*@/, "", $
2); print $2
}')"
+ REV="$(git log | grep -m 1 git-svn-id | awk '{ gsub(/.*@/, "", $
0); print $1
}')"
REV="${REV:+r$REV}"
[ -n "$REV" ]
}
This page took
0.028665 seconds
and
4
git commands to generate.