diff --git a/[refs] b/[refs] index 591424edf3cc..0e0d90478634 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 612c280ef2400c70ea2fd8f2e17549c95002368c +refs/heads/master: 4774bb1ced60a94d83b28e5a42d4cf01b83d9b60 diff --git a/trunk/scripts/setlocalversion b/trunk/scripts/setlocalversion index f1c4b35bc324..47e75b69a2e9 100755 --- a/trunk/scripts/setlocalversion +++ b/trunk/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?