Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4774bb1c authored by Peter Korsgaard's avatar Peter Korsgaard Committed by Sam Ravnborg
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 612c280e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ if head=`git rev-parse --verify --short 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?