Commit 4774bb1ced60a94d83b28e5a42d4cf01b83d9b60

Authored by Peter Korsgaard
Committed by Sam Ravnborg
1 parent 612c280ef2

kbuild: use git svn instead of git-svn in setlocalversion

Use the correct git <subcmd> syntax instead of the deprecated git-<subcmd>.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

scripts/setlocalversion
... ... @@ -21,7 +21,7 @@
21 21  
22 22 # Is this git on svn?
23 23 if git config --get svn-remote.svn.url >/dev/null; then
24   - printf -- '-svn%s' "`git-svn find-rev $head`"
  24 + printf -- '-svn%s' "`git svn find-rev $head`"
25 25 fi
26 26  
27 27 # Are there uncommitted changes?