From: Peter Korsgaard Date: Tue, 31 Mar 2009 15:52:16 +0000 (+0200) Subject: tools/setlocalversion: use git svn instead of git-svn X-Git-Tag: v2009.06-rc1~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b6bb02f27fcabfb37ea717fb7e243248e1e2acf;p=kernel%2Fu-boot.git tools/setlocalversion: use git svn instead of git-svn Use the new "git " syntax instead of the deprecated "git-". Signed-off-by: Peter Korsgaard --- diff --git a/tools/setlocalversion b/tools/setlocalversion index bbb2ab2..b3f5f28 100755 --- a/tools/setlocalversion +++ b/tools/setlocalversion @@ -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