libnetwork.lib: git.create_tarball(): fix typo

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-10-02 21:14:04 +02:00
parent 5022004eac
commit 500d3b335e
2 changed files with 5 additions and 1 deletions

View File

@ -10,6 +10,10 @@ Changes in version 1.12.5
commit. We do not need to clone the whole git repository.
(Thanks to Silvan Calarco:silvan.calarco(a)mambasoft.it for spotting this.)
+ bugfix
* lib/libnetwork.lib - Davide Madrisan:
git.create_tarball(): fix typo.
-------------------------------------------------------------------------------
Changes in version 1.12.4

View File

@ -955,7 +955,7 @@ an error occurred while creating"": ${pck_tarball}.tar.bz2"; }
spec_source="${pck_tarball}.tar.bz2"
spec_source_comment="\
## GITSOURCE $git_repository${git_branch:+ it_branch}"
## GITSOURCE $git_repository${git_branch:+ $git_branch}"
pck_tarball="$destdir/${spec_source}"
popd &>/dev/null