[Buildroot] [PATCH] scripts/setlocalversion: Renamed 'git-svn' to 'git svn'

Michael Roth mroth at nessie.de
Thu Mar 26 20:21:38 UTC 2009


Signed-off-by: Michael Roth <mroth at nessie.de>
---
 scripts/setlocalversion |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/setlocalversion b/scripts/setlocalversion
index f6946cf..cc2c128 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?
-- 
1.6.0.6




More information about the buildroot mailing list