projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2311fc9
)
some more s/git-/git /
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 24 Aug 2008 14:16:49 +0000
(14:16 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 24 Aug 2008 14:16:49 +0000
(14:16 +0000)
SVN-Revision: 12380
scripts/getver.sh
patch
|
blob
|
history
diff --git
a/scripts/getver.sh
b/scripts/getver.sh
index 82fe62b189230f32c4cefd2e31b99636f3f9e70b..5155792016ad8af36e63db9a7d3654b14eb9e8eb 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(/.*@/, "", $2); print $2 }')"
REV="${REV:+r$REV}"
[ -n "$REV" ]
}