summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWade Berrier <wberrier@gmail.com>2008-12-23 17:51:37 +0000
committerWade Berrier <wberrier@gmail.com>2008-12-23 17:51:37 +0000
commit1d6fd2d387e772e6642a4f0879a2624bbf39fcc3 (patch)
tree56a4b9bf2c7b41277f8289c7dac779ca64083e87 /scripts
parentcd7245fc11f6682d76debc623d2f2f8c930dc7dd (diff)
scripts/setlocalversion: update deprecated git-<command> usage
Git is moving away from the git-<command> to git <command> git-svn -> git svn
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/setlocalversion2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setlocalversion b/scripts/setlocalversion
index e9de7fa0a..ad72d4147 100755
--- a/scripts/setlocalversion
+++ b/scripts/setlocalversion
@@ -17,7 +17,7 @@ if head=`git rev-parse --verify 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?