aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-03-26 21:58:04 +0100
committerSam Ravnborg <sam@ravnborg.org>2009-04-11 08:18:08 +0200
commit4774bb1ced60a94d83b28e5a42d4cf01b83d9b60 (patch)
tree283a6f98d80c3b366e8bd63afbe290ce3c253087 /scripts
parentkconfig: fix update-po-config to accect backslash in input (diff)
downloadlinux-dev-4774bb1ced60a94d83b28e5a42d4cf01b83d9b60.tar.xz
linux-dev-4774bb1ced60a94d83b28e5a42d4cf01b83d9b60.zip
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/setlocalversion2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setlocalversion b/scripts/setlocalversion
index f1c4b35bc324..47e75b69a2e9 100755
--- a/scripts/setlocalversion
+++ b/scripts/setlocalversion
@@ -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?