* [Buildroot] [PATCH] scripts/setlocalversion: Renamed 'git-svn' to 'git svn'
@ 2009-03-26 20:21 Michael Roth
2009-03-26 20:47 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Michael Roth @ 2009-03-26 20:21 UTC (permalink / raw)
To: buildroot
Signed-off-by: Michael Roth <mroth@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-26 20:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-26 20:21 [Buildroot] [PATCH] scripts/setlocalversion: Renamed 'git-svn' to 'git svn' Michael Roth
2009-03-26 20:47 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox