From 1448f6ab3d2cb97fe785b95deb5cfef5acead76f Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Sat, 13 Oct 2012 19:43:58 +0200 Subject: [PATCH] libnetwork: fix syntax error Signed-off-by: Davide Madrisan --- lib/libnetwork.lib.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libnetwork.lib.in b/lib/libnetwork.lib.in index bb9c18c..382512b 100644 --- a/lib/libnetwork.lib.in +++ b/lib/libnetwork.lib.in @@ -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/