libnetwork: fix syntax error

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-10-13 19:43:58 +02:00
parent b0555e95b7
commit 1448f6ab3d

View File

@ -949,7 +949,7 @@ function git.create_tarball() {
# create a compressed tarball
# FIXME: why bzip2? The compression tool used here should be configurable
notify.note "${NOTE}"$"creating the compressed source tarball"${NORM}""..."
notify.note "${NOTE}"$"creating the compressed source tarball""${NORM}..."
tar -cvf ${pck_tarball}.tar $pck_tarball/ >/dev/null &&
bzip2 ${pck_tarball}.tar &&
mv ${pck_tarball}.tar.bz2 $destdir/