libnetwork.lib: quick fix: .git suffix is not optional when cloning from http/https urls

This commit is contained in:
Silvan Calarco 2014-07-08 18:09:24 +02:00
parent e94617662e
commit b767938678

View File

@ -916,7 +916,7 @@ function git.download() {
--pck-version "$pck_version" \ --pck-version "$pck_version" \
--destdir "$destdir" \ --destdir "$destdir" \
--preserve-dot-git "0" --git-branch "$git_branch" \ --preserve-dot-git "0" --git-branch "$git_branch" \
"${token_dirname/.git*}" "${token_dirname/.git*}.git"
} }
# function git.create_tarball # function git.create_tarball