gianfar: Fix reported number of sent bytes to BQL
[openwrt.git] / scripts / getver.sh
index cd9b90a..8bb384b 100755 (executable)
@@ -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" ]
 }