]> git.sur5r.net Git - u-boot/blobdiff - tools/setlocalversion
Add support for KARO TX25 board
[u-boot] / tools / setlocalversion
index bbb2ab2f71f562f212e2befcc6d8f69efb4f3124..b3f5f2824b1056352a1e229951e739a269837b35 100755 (executable)
@@ -25,7 +25,7 @@ if head=`git rev-parse --verify HEAD 2>/dev/null`; then
 
        # Is this git on svn?
        if git config --get svn-remote.svn.url >/dev/null; then
-               printf -- '-svn%s' "`git-svn find-rev $head`"
+               printf -- '-svn%s' "`git svn find-rev $head`"
        fi
 fi