summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPeter Korsgaard2009-03-26 21:47:38 +0100
committerPeter Korsgaard2009-03-26 21:47:38 +0100
commitbec705479e628abe66328a6dec69c82422809220 (patch)
treecb993c73b4f7c50fd434f412aee7d83629639346 /scripts
parentpackage/mtd: don't enable rarely used commands by default (diff)
downloadbuildroot-bec705479e628abe66328a6dec69c82422809220.tar.gz
buildroot-bec705479e628abe66328a6dec69c82422809220.tar.xz
buildroot-bec705479e628abe66328a6dec69c82422809220.zip
scripts/setlocalversion: Renamed 'git-svn' to 'git svn'
Git 1.6.x+ got rid of git-<subcommand> in the normal path. Signed-off-by: Michael Roth <mroth@nessie.de>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/setlocalversion2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setlocalversion b/scripts/setlocalversion
index f6946cf99..cc2c128f0 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?