Fix SC_VCS=git-svn used instead of SC_VCS=git.

This commit is contained in:
Michał Górny 2010-11-03 17:13:25 +01:00
parent b21ae5bd82
commit db4a3def28

View File

@ -69,7 +69,7 @@ find_repo() {
if echo "${remotes}" | grep git-svn >/dev/null 2>&1; then if echo "${remotes}" | grep git-svn >/dev/null 2>&1; then
SC_WANT_CHANGELOG=1 SC_WANT_CHANGELOG=1
fi fi
SC_VCS=git-svn SC_VCS=git
else else
die 'Unable to find any familiar repository type (are you inside the repo?).' die 'Unable to find any familiar repository type (are you inside the repo?).'
fi fi