improve support for building on mac os x by improving detection of missing components
[openwrt.git] / scripts / getver.sh
index 82fe62b..5155792 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(/.*@/, "", $2); print $2 }')"
        REV="${REV:+r$REV}"
        [ -n "$REV" ]
 }
This page took 0.022681 seconds and 4 git commands to generate.