From: Wade Berrier Date: Tue, 23 Dec 2008 17:51:37 +0000 (-0000) Subject: scripts/setlocalversion: update deprecated git- usage X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d6fd2d387e772e6642a4f0879a2624bbf39fcc3;p=buildroot.git scripts/setlocalversion: update deprecated git- usage Git is moving away from the git- to git git-svn -> git svn --- diff --git a/scripts/setlocalversion b/scripts/setlocalversion index e9de7fa0ae..ad72d41473 100755 --- a/scripts/setlocalversion +++ b/scripts/setlocalversion @@ -17,7 +17,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 # Are there uncommitted changes?