X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=scripts%2Fgetver.sh;h=5155792016ad8af36e63db9a7d3654b14eb9e8eb;hp=82fe62b189230f32c4cefd2e31b99636f3f9e70b;hb=e5905aebb7398539d4f4efe2dbd8857a5b0215d3;hpb=6588e58b880ab04c9fd186b8509e761ca3627887 diff --git a/scripts/getver.sh b/scripts/getver.sh index 82fe62b189..5155792016 100755 --- 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" ] }