diff options
Diffstat (limited to 'scripts/setlocalversion')
| -rwxr-xr-x | scripts/setlocalversion | 2 | 
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? | 
